Compare commits
No commits in common. "0b4d3254cd9f4379034cc8335e7aeafa94c0ea49" and "ad746da0968c62865c88072001513f4da2b2c5bf" have entirely different histories.
0b4d3254cd
...
ad746da096
3 changed files with 3 additions and 20 deletions
18
home.nix
18
home.nix
|
@ -42,24 +42,6 @@
|
|||
];
|
||||
services.syncthing.enable = true;
|
||||
|
||||
programs.vscode = {
|
||||
package = pkgs.vscodium;
|
||||
extensions = [
|
||||
pkgs.vscode-extensions.catppuccin.catppuccin-vsc
|
||||
pkgs.vscode-extensions.catppuccin.catppuccin-vsc-icons
|
||||
pkgs.vscode-extensions.ms-python.python
|
||||
pkgs.vscode-extensions.ms-python.vscode-pylance
|
||||
pkgs.vscode-extensions.jnoortheen.nix-ide
|
||||
];
|
||||
userSettings = {
|
||||
"workbench.colorTheme" = "Catppuccin Frappé";
|
||||
"workbench.iconTheme" = "catppuccin-frappe";
|
||||
"git.enableSmartCommit" = true;
|
||||
"editor.fontFamily" = "'Monocraft Nerd Font'";
|
||||
"editor.fontSize" = 16;
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
|
|
|
@ -27,6 +27,7 @@ env = XCURSOR_SIZE,24
|
|||
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
||||
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
||||
exec-once = watch waybar
|
||||
exec-once = wayvnc 100.120.210.58
|
||||
exec-once = mako
|
||||
exec-once = swww init
|
||||
exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png
|
||||
|
@ -68,7 +69,7 @@ general {
|
|||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 0
|
||||
rounding = 10
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
|
|
|
@ -114,7 +114,7 @@ general {
|
|||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 0
|
||||
rounding = 10
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in a new issue