feat(desktop)!: switch to zfs

This commit is contained in:
Moritz Böhme 2023-12-08 19:19:56 +01:00
parent 4f9b3b082a
commit 1b22c1345f
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 219 additions and 69 deletions

View file

@ -60,14 +60,12 @@ in
programs.hyprland = {
enable = true;
enableNvidiaPatches = cfg.nvidiaSupport;
};
home-manager.users.moritz = {
# enable home-manager module
wayland.windowManager.hyprland = {
enable = true;
enableNvidiaPatches = cfg.nvidiaSupport;
extraConfig = import ./_config.nix args;
systemd.extraCommands = [
"systemctl --user stop hyprland-session.target"