add shell command to fix nix when it gets in a tizz; add nix-index so fish no longer throws a wobbly when you call a commaand that doesnt exist; remove shell format since bash ide can now use it; add packages for gamescope to steam

This commit is contained in:
2025-06-02 14:03:19 +01:00
parent 2c1dfb7eb8
commit 5159cf50c9
7 changed files with 55 additions and 5 deletions

View File

@@ -29,6 +29,9 @@
home-manager.useGlobalPkgs = true;
home-manager = {
extraSpecialArgs = { inherit inputs; };
sharedModules = [
inputs.nix-index-database.hmModules.nix-index
];
users = {
"worble" = import ./home.nix;
};