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

@ -96,19 +96,19 @@ let
themesSubmodule = lib.types.submodule {
options = {
currentTheme = genOptions stringType "theme";
currentTheme = stringType;
windowManager = {
gaps = intType;
borders = intType;
rounding = intType;
};
fonts = {
names = genOptions stringType "name";
name = stringType;
sizes = {
applications = genOptions intType "size";
desktop = genOptions intType "size";
popups = genOptions intType "size";
terminal = genOptions intType "size";
applications = intType;
desktop = intType;
popups = intType;
terminal = intType;
};
};
cursor = {