Changed layouts

This commit is contained in:
2025-09-18 12:39:26 +02:00
parent 8f52cfa599
commit 619b2dd888
11 changed files with 112 additions and 120 deletions

View File

@@ -8,9 +8,9 @@
# Nix fun
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["flakes" "nix-command"];
time.timeZone = "Europe/Berlin";
programs.nix-ld.enable = true;
time.timeZone = "Europe/Berlin";
programs.nix-ld.enable = true; # Linking support
environment = {
systemPackages = with pkgs; [
@@ -19,9 +19,6 @@
zoxide
rsync
];
pathsToLink = [
"/share/icons"
];
};
networking = {
@@ -45,7 +42,6 @@
"history-substring-search"
"git"
"zoxide"
"sudo"
"vi-mode"
"systemadmin"
];