Update home and configuration files for improved package management and user experience

This commit is contained in:
2026-01-27 17:21:44 +00:00
parent 2b7d9a5b20
commit de494a2a87
2 changed files with 24 additions and 7 deletions

View File

@@ -64,12 +64,12 @@
isNormalUser = true;
description = "TrudeEH";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
];
packages = with pkgs; [ ];
};
home-manager = {
useUserPackages = true;
useGlobalPkgs = true;
backupFileExtension = "~";
extraSpecialArgs = { inherit inputs; };
users = {