mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -21,7 +21,7 @@
|
||||
../../nixos/pia.nix
|
||||
|
||||
# Choose your theme here
|
||||
../../themes/stylix/whitish.nix
|
||||
../../themes/stylix/2025.nix
|
||||
|
||||
./hardware-configuration.nix
|
||||
./variables.nix
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
];
|
||||
|
||||
# Import my profile picture, used by the hyprpanel dashboard
|
||||
file.".profile_picture.png" = { source = ./profile_picture.png; };
|
||||
file.".face.icon" = { source = ./profile_picture.png; };
|
||||
|
||||
# Don't touch this
|
||||
stateVersion = "24.05";
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
autoGarbageCollector = true;
|
||||
|
||||
# Choose your theme variables here
|
||||
theme = import ../../themes/var/whitish.nix;
|
||||
theme = import ../../themes/var/2025.nix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user