chore: removed other users and systems

This commit is contained in:
Nick 2025-06-26 02:15:04 -05:00
parent 2b4ad99e25
commit 233cab07dd
135 changed files with 216 additions and 2462 deletions

View file

@ -16,8 +16,8 @@ in
systemPackages = [
(pkgs.catppuccin-sddm.override {
flavor = "macchiato";
font = "${fonts.names.name0}";
fontSize = "${toString fonts.sizes.desktop.size0}";
font = "${fonts.name}";
fontSize = "${toString fonts.sizes.popups}";
loginBackground = true;
})
];