diff --git a/configuration.nix b/configuration.nix index 2a5427c..d1b4995 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_6; #home-manager.useGlobalPkgs = true; #home-manager.useUserPackages = true; @@ -71,6 +71,8 @@ options = "--delete-older-than 7d"; }; + + # cosmic services.desktopManager.cosmic.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. @@ -99,8 +101,14 @@ ]; shell = pkgs.fish; }; + + #steam programs.steam.enable = true; + + #virt + virtualisation.virtualbox.host.enable = true; + users.extraGroups.vboxusers.members = [ "rainy" ]; #programs.fish.enable = true; # Allow unfree packages diff --git a/flake.lock b/flake.lock index 35bbe84..f705324 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1745380081, - "narHash": "sha256-bUy25YkdRfdWPxSyx22igWi6g3rd3HXKFg+yL4dfBPY=", + "lastModified": 1745703610, + "narHash": "sha256-KgaGPlmjJItZ+Xf8mSoRmrsso+sf3K54n9oIP9Q17LY=", "owner": "nix-community", "repo": "home-manager", - "rev": "1d0e13904bd8c444ab1595f686ede5eff377e881", + "rev": "2f5819a962489e037a57835f63ed6ff8dbc2d5fb", "type": "github" }, "original": { @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1745120797, - "narHash": "sha256-owQ0VQ+7cSanTVPxaZMWEzI22Q4bGnuvhVjLAJBNQ3E=", + "lastModified": 1745725746, + "narHash": "sha256-iR+idGZJ191cY6NBXyVjh9QH8GVWTkvZw/w+1Igy45A=", "owner": "nix-community", "repo": "nix-index-database", - "rev": "69716041f881a2af935021c1182ed5b0cc04d40e", + "rev": "187524713d0d9b2d2c6f688b81835114d4c2a7c6", "type": "github" }, "original": { @@ -42,11 +42,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1745234285, - "narHash": "sha256-GfpyMzxwkfgRVN0cTGQSkTC0OHhEkv3Jf6Tcjm//qZ0=", + "lastModified": 1745526057, + "narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c11863f1e964833214b767f4a369c6e6a7aba141", + "rev": "f771eb401a46846c1aebd20552521b233dd7e18b", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index 23f3848..e79dd6b 100644 --- a/home.nix +++ b/home.nix @@ -27,6 +27,7 @@ pkgs.fastfetch pkgs.upscayl pkgs.heroic + pkgs.termusic #pkgs.comma ];