This commit is contained in:
Hadi
2024-06-18 12:10:45 +02:00
parent c3b54c538f
commit b536a87854
3 changed files with 20 additions and 19 deletions

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
];

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
};
}