kilgharrah: install firefox, steam

This commit is contained in:
Katherina Walshe-Grey 2024-09-06 02:51:55 +01:00
parent 5290f25062
commit 9a27610757

View file

@ -40,7 +40,9 @@
users.users.qenya.hashedPasswordFile = config.age.secrets.user-password-kilgharrah-qenya.path;
users.users.qenya.extraGroups = [ "wheel" ];
home-manager.users.qenya = {
programs.firefox.enable = true;
programs.vscode.enable = true;
home.packages = with pkgs; [
bitwarden
discord
@ -48,6 +50,8 @@
];
};
programs.steam.enable = true;
system.stateVersion = "24.05";
}