This commit is contained in:
Miguel Palhas
2025-07-25 12:29:23 +01:00
parent 65dd668e9e
commit aab35e484c
13 changed files with 189 additions and 51 deletions
+2
View File
@@ -14,10 +14,12 @@
../common/programs/desktop
../common/programs/zen-browser.nix
../common/programs/hyprland
../common/programs/i3.nix
../common/programs/ghostty.nix
../common/programs/kitty.nix
../common/programs/syncthing.nix
../common/programs/unity.nix
../common/programs/ethui.nix
../common/programs/gpg.nix
../common/features/xdg.nix
../common/features/bluetooth.nix
+9
View File
@@ -58,5 +58,14 @@
name = "Tela black";
package = pkgs.tela-icon-theme;
};
cursorTheme = {
name = "Numix-Cursor-Light";
package = pkgs.numix-cursor-theme;
};
};
home.pointerCursor = {
package = pkgs.numix-cursor-theme;
name = "Numix-Cursor-Light";
};
}
+4
View File
@@ -0,0 +1,4 @@
{ inputs, ... }:
{
home.packages = [ inputs.ethui.packages.x86_64-linux.default ];
}
+5 -5
View File
@@ -14,10 +14,10 @@
dconf = {
enable = true;
settings = {
"org/gnome/desktop/interface" = {
cursor-theme = "BreezeX-RosePine-Linux";
};
};
# settings = {
# "org/gnome/desktop/interface" = {
# cursor-theme = "BreezeX-RosePine-Linux";
# };
# };
};
}
+4
View File
@@ -54,6 +54,10 @@
for_window [class="kitty"] border none
for_window [class="kitty"] gaps inner current set 0
for_window [class="kitty"] gaps outer current set 0
for_window [class="^zen"] border none
for_window [class="^zen"] gaps inner current set 0
for_window [class="^zen"] gaps outer current set 0
'';
};
+1
View File
@@ -20,6 +20,7 @@
../common/programs/syncthing.nix
../common/programs/unity.nix
../common/programs/gpg.nix
../common/programs/ethui.nix
../common/features/xdg.nix
../common/features/bluetooth.nix
../common/features/ledger.nix
+1 -2
View File
@@ -44,8 +44,7 @@ in
workspace 2 output DP-2
workspace 3 output DP-0
for_window [class="Ethui"] workspace 2
for_window [class="Ethui"] floating enable
for_window [class="Ethui"] workspace 3
'';
};