Former-commit-id: b536a87854
This commit is contained in:
Hadi
2024-06-18 12:10:45 +02:00
parent b4ad55a8c2
commit 85011e69d3
3 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
imports = [
./hardware-configuration.nix
../modules/fonts.nix
# ../modules/nvidia.nix
# ../modules/prime.nix
../modules/nvidia.nix
../modules/prime.nix
../modules/tuigreet.nix
./variables.nix
];
+1 -1
View File
@@ -28,6 +28,6 @@
# change the nvim's obsidian configuration if you want to enable that:
obsidian = false;
theme = import ../themes/catppuccin.nix; # select your theme here
theme = import ../themes/nixy.nix; # select your theme here
};
}