Compare commits
2 commits
ad746da096
...
0b4d3254cd
Author | SHA1 | Date | |
---|---|---|---|
0b4d3254cd | |||
07c561e996 |
3 changed files with 20 additions and 3 deletions
18
home.nix
18
home.nix
|
@ -42,6 +42,24 @@
|
||||||
];
|
];
|
||||||
services.syncthing.enable = true;
|
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 = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
|
|
|
@ -27,7 +27,6 @@ env = XCURSOR_SIZE,24
|
||||||
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
||||||
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
||||||
exec-once = watch waybar
|
exec-once = watch waybar
|
||||||
exec-once = wayvnc 100.120.210.58
|
|
||||||
exec-once = mako
|
exec-once = mako
|
||||||
exec-once = swww init
|
exec-once = swww init
|
||||||
exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png
|
exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png
|
||||||
|
@ -69,7 +68,7 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10
|
rounding = 0
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
|
@ -114,7 +114,7 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10
|
rounding = 0
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue