Non-SRM Shortcuts

This commit is contained in:
mjallen18
2025-02-24 16:54:24 -06:00
parent 000f8d7e0b
commit 52d3c20672
3 changed files with 9 additions and 8 deletions

View File

@@ -225,9 +225,9 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.matt = { pkgs, ...}: {
home-manager.users.deck = { pkgs, ...}: {
imports = [
./hosts/desktop/home.nix
./hosts/deck/home.nix
steam-rom-manager.homeManagerModules.default
];
};