Refactor configs
This commit is contained in:
parent
84f7bc915f
commit
9710cae748
12 changed files with 125 additions and 128 deletions
|
|
@ -4,10 +4,10 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
usr = config.constants.userName;
|
||||
userName = config.constants.userName;
|
||||
jovianPkgs = pkgs.extend inputs.jovian.overlays.default;
|
||||
in {
|
||||
home-manager.users.${usr} = {
|
||||
home-manager.users.${userName} = {
|
||||
home.packages = with jovianPkgs; [
|
||||
feishin
|
||||
lutris
|
||||
|
|
@ -22,7 +22,6 @@ in {
|
|||
winetricks
|
||||
wineWowPackages.stagingFull
|
||||
];
|
||||
programs.plasma.enable = true;
|
||||
};
|
||||
jovian = {
|
||||
devices.steamdeck = {
|
||||
|
|
@ -33,7 +32,7 @@ in {
|
|||
enable = true;
|
||||
autoStart = true;
|
||||
desktopSession = "plasma";
|
||||
user = usr;
|
||||
user = userName;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue