Compare commits

...

2 Commits

Author SHA1 Message Date
cca283c332 Fix timers. 2024-03-05 19:45:33 +01:00
c47e858202 Add cryptsetup and xfs support. 2024-03-05 19:45:24 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@
'' ''
); );
}; };
Install.WantedBy = [ "default.target" ];
}; };
}; };
systemd.user.timers = { systemd.user.timers = {
@ -46,7 +45,6 @@
'' ''
); );
}; };
Install.WantedBy = [ "default.target" ];
}; };
}; };
systemd.user.timers = { systemd.user.timers = {
@ -74,7 +72,6 @@
'' ''
); );
}; };
Install.WantedBy = [ "default.target" ];
}; };
}; };
systemd.user.timers = { systemd.user.timers = {

View File

@ -156,6 +156,8 @@
ryzenadj ryzenadj
wineWowPackages.staging wineWowPackages.staging
lutris lutris
cryptsetup
xfsprogs
(catppuccin-kde.override { winDecStyles = [ "classic" "modern" ]; }) (catppuccin-kde.override { winDecStyles = [ "classic" "modern" ]; })
catppuccin-sddm-corners catppuccin-sddm-corners
]; ];