This commit is contained in:
Hadi
2024-06-17 19:45:21 +02:00
parent 9db5b9231e
commit 4aba4116de
261 changed files with 73 additions and 68 deletions

View File

@@ -5,6 +5,7 @@
hostname = "nixy";
username = "hadi";
homeDirectory = "/home/" + config.var.username;
configDirectory = config.var.homeDirectory + "/.config/nixos";
keyboardLayout = "fr";
@@ -21,9 +22,11 @@
autoUpgrade = false;
autoGarbageCollector = false;
sops = true; # change the sops configuration if you want to enable that
nextcloud = true;
obsidian = true; # change the nvim's obsidian configuration if you want to enable that
# change the sops configuration if you want to enable that:
sops = true;
# change the nvim's obsidian configuration if you want to enable that:
obsidian = true;
theme = import ../themes/nixy.nix; # select your theme here
};