desktop switch now

This commit is contained in:
2026-02-17 22:45:14 +00:00
parent 07e47f87e6
commit 1caf2a2583
3 changed files with 39 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
virtual_audio_devices = true;
autostart = true;
})
<modules/common/gaming>
];
nixos =
{ config, pkgs, ... }:
@@ -25,5 +26,13 @@
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
};
};
homeManager =
{ home, pkgs, ... }:
{
home.packages = with pkgs; [
legcord
telegram
];
};
};
}