This commit is contained in:
Hadi
2024-06-17 20:08:17 +02:00
parent a703d0816b
commit b49b2d2c60
9 changed files with 19 additions and 16 deletions

View File

@@ -122,7 +122,7 @@
system.autoUpgrade = if config.var.autoUpgrade then {
enable = true;
dates = "04:00";
flake = "${config.users.users.${config.var.username}.home}/.config/nixos";
flake = "${config.var.configDirectory}";
flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
allowReboot = false;
} else

View File

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

View File

@@ -1,8 +1,9 @@
{
wallpaper = "lofi-computer.png";
font-mono = "FiraCode Nerd Font Mono";
font = "SFProDisplay Nerd Font";
font-mono = "FiraCode Nerd Font Mono";
font-size = 13;
rounding = 15;
gaps-in = 12;
@@ -15,6 +16,7 @@
transparent = true;
float = true;
position = "top";
font-size = 11;
};
colors = {