steam: move to common config

This commit is contained in:
Katherina Walshe-Grey 2024-09-06 02:50:40 +01:00
parent 4bb4780186
commit 5290f25062
5 changed files with 13 additions and 24 deletions

View file

@ -46,9 +46,9 @@
];
home-manager.users.qenya.imports = [ ./home.nix ];
programs.evolution.enable = true;
programs.evolution.enable = true; # not in home-manager yet; not declaratively configurable yet
programs.steam.enable = true;
qenya.services.fonts.enable = true;
qenya.services.steam.enable = true;
system.stateVersion = "23.11";
}