Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Till 2025-04-15 15:04:24 +02:00
commit 21b3a32d90
24 changed files with 187 additions and 56 deletions

View file

@ -22,10 +22,12 @@
./system/desktop.nix
./system/hardware/nova.nix
./system/gnome.nix
./system/sway.nix
./system/steam.nix
./system/btrbk.nix
./system/yubikey.nix
./system/alt.nix
./system/guest.nix
];
};
@ -110,6 +112,13 @@
./home/alt.nix
];
};
guest = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux.extend inputs.nur.overlays.default;
extraSpecialArgs = { inherit inputs; };
modules = [
./home/guest.nix
];
};
};
};
}