diff --git a/systems/common.nix b/systems/common.nix index f565959..cb019ea 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -52,7 +52,7 @@ keep-derivations = true; }; }; - system.stateVersion = "24.11"; + system.stateVersion = "25.05"; nixpkgs.config.allowUnfree = true; nixpkgs.config.nvidia.acceptLicense = true; nixpkgs.config.nvidia.libsOnly = false; @@ -122,6 +122,11 @@ whois kdePackages.xdg-desktop-portal-kde fwupd + usbutils # lsusb + pciutils # lspci + util-linux # lsblk, lscpu + hwinfo # lsdev, lshal, hwinfo + lshw # lshw ]; services.flatpak.enable = true; diff --git a/users/jsutter.nix b/users/jsutter.nix index 092753e..f2772d0 100644 --- a/users/jsutter.nix +++ b/users/jsutter.nix @@ -28,7 +28,7 @@ home.username = "jsutter"; home.homeDirectory = "/home/jsutter"; programs.home-manager.enable = true; - home.stateVersion = "24.05"; + home.stateVersion = "25.05"; # Set environment variables here @@ -67,7 +67,7 @@ enable = true; enableCompletion = false; # enabled in oh-my-zsh autosuggestion.enable = true; - initExtra = '' + initContent = '' test -f ~/.dir_colors && eval $(dircolors ~/.dir_colors) ''; shellAliases = {