This commit is contained in:
rainy 2025-04-27 02:50:59 -07:00
parent 82cb452980
commit 43cbf3b8db
3 changed files with 19 additions and 10 deletions

View File

@ -14,7 +14,7 @@
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_6_6;
#home-manager.useGlobalPkgs = true; #home-manager.useGlobalPkgs = true;
#home-manager.useUserPackages = true; #home-manager.useUserPackages = true;
@ -71,6 +71,8 @@
options = "--delete-older-than 7d"; options = "--delete-older-than 7d";
}; };
# cosmic
services.desktopManager.cosmic.enable = true; services.desktopManager.cosmic.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
@ -99,8 +101,14 @@
]; ];
shell = pkgs.fish; shell = pkgs.fish;
}; };
#steam
programs.steam.enable = true; programs.steam.enable = true;
#virt
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "rainy" ];
#programs.fish.enable = true; #programs.fish.enable = true;
# Allow unfree packages # Allow unfree packages

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745380081, "lastModified": 1745703610,
"narHash": "sha256-bUy25YkdRfdWPxSyx22igWi6g3rd3HXKFg+yL4dfBPY=", "narHash": "sha256-KgaGPlmjJItZ+Xf8mSoRmrsso+sf3K54n9oIP9Q17LY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1d0e13904bd8c444ab1595f686ede5eff377e881", "rev": "2f5819a962489e037a57835f63ed6ff8dbc2d5fb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -27,11 +27,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745120797, "lastModified": 1745725746,
"narHash": "sha256-owQ0VQ+7cSanTVPxaZMWEzI22Q4bGnuvhVjLAJBNQ3E=", "narHash": "sha256-iR+idGZJ191cY6NBXyVjh9QH8GVWTkvZw/w+1Igy45A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "69716041f881a2af935021c1182ed5b0cc04d40e", "rev": "187524713d0d9b2d2c6f688b81835114d4c2a7c6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1745234285, "lastModified": 1745526057,
"narHash": "sha256-GfpyMzxwkfgRVN0cTGQSkTC0OHhEkv3Jf6Tcjm//qZ0=", "narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c11863f1e964833214b767f4a369c6e6a7aba141", "rev": "f771eb401a46846c1aebd20552521b233dd7e18b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -27,6 +27,7 @@
pkgs.fastfetch pkgs.fastfetch
pkgs.upscayl pkgs.upscayl
pkgs.heroic pkgs.heroic
pkgs.termusic
#pkgs.comma #pkgs.comma
]; ];