This commit is contained in:
Hadi
2024-06-23 15:48:52 +02:00
parent 487d81ff86
commit caee38f568
4 changed files with 4 additions and 3 deletions

View File

@@ -47,6 +47,7 @@
};
services = {
tailscale.enable = config.var.tailscale;
xserver = {
enable = true;
xkb.layout = config.var.keyboardLayout;

View File

@@ -26,7 +26,8 @@
sops = false;
# change the nvim's obsidian configuration if you want to enable that:
obsidian = false;
tailscale = false;
theme = import ../themes/nixy.nix; # select your theme here
theme = import ../themes/catppuccin.nix; # select your theme here
};
}