This commit is contained in:
mjallen18
2026-02-06 08:48:46 -06:00
parent a68c91264f
commit bf48d8fcf0
10 changed files with 71 additions and 32 deletions

View File

@@ -34,6 +34,7 @@
};
user = {
name = "matt";
hashedPassword = "$y$j9T$EkPXmsmIMFFZ.WRrBYCxS1$P0kwo6e4.WM5DsqUcEqWC3MrZp5KfCjxffraMFZWu06";
extraGroups = [
"scanner"
"lp"

View File

@@ -87,20 +87,19 @@
# capabilities = "cap_net_admin+p";
# };
# specialisation = {
# "cosmic" = {
# enable = false;
# configuration = {
# ${namespace} = {
# desktop = {
# cosmic.enable = lib.mkForce true;
# hyprland = {
# enable = lib.mkForce false;
# };
# gnome.enable = lib.mkForce false;
# };
# };
# };
# };
# };
specialisation = {
"cosmic" = {
configuration = {
${namespace} = {
desktop = {
cosmic.enable = lib.mkForce true;
hyprland = {
enable = lib.mkForce false;
};
gnome.enable = lib.mkForce false;
};
};
};
};
};
}