mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: update flake, disable unifi by default
This commit is contained in:
parent
5d78bf6578
commit
1302f23133
11 changed files with 215 additions and 212 deletions
|
@ -25,6 +25,9 @@ in
|
|||
]
|
||||
++ optionals nixosConfig.services.pipewire.enable [
|
||||
".local/state/wireplumber"
|
||||
]
|
||||
++ optionals nixosConfig.programs.steam.enable [
|
||||
".local/share/Steam"
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories =
|
||||
|
@ -32,7 +35,7 @@ in
|
|||
".local/share/nix" # Repl history
|
||||
]
|
||||
++ optionals nixosConfig.programs.steam.enable [
|
||||
".local/share/Steam"
|
||||
".local/share/Steam/userdata"
|
||||
".steam"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.awakened-poe-trade
|
||||
pkgs.path-of-building
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue