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 = {
@ -46,7 +45,6 @@
''
);
};
Install.WantedBy = [ "default.target" ];
};
};
systemd.user.timers = {
@ -74,7 +72,6 @@
''
);
};
Install.WantedBy = [ "default.target" ];
};
};
systemd.user.timers = {

View File

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