From 7f59d4a9d3969598f365022e2c2eb7bab6f8e242 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 4 Dec 2025 11:32:29 +0000 Subject: [PATCH] Update common.nix --- common.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/common.nix b/common.nix index dbc0731..d076cf9 100644 --- a/common.nix +++ b/common.nix @@ -9,6 +9,7 @@ imports = [ ./settings/audio.nix ./settings/users.nix ./apps/fastfetch.nix + ./home-manager/hm-config.nix # Add all your hosts here ]; @@ -25,11 +26,11 @@ services.flatpak.enable = true; networking.networkmanager.enable = true; # Shell aliases -environment.shellAliases = { - update = "sudo nixos-rebuild switch --upgrade --option tarball-ttl 0"; - clean = "sudo nix-collect-garbage -d"; # Clean old generations - ll = "ls -alh"; -}; +#environment.shellAliases = { +# update = "sudo nixos-rebuild switch --upgrade --option tarball-ttl 0"; +# clean = "sudo nix-collect-garbage -d"; # Clean old generations +# ll = "ls -alh"; +#}; # Add packages environment.systemPackages = with pkgs; [