Remove Desktop from hm by default. Oops!

This commit is contained in:
Bun 2025-04-21 20:28:23 -04:00
parent 07147e8b54
commit a1464aa1d5

View file

@ -19,8 +19,5 @@
school.enable = mkEnableOption "Enable apps for visual productivity";
};
config.home = {
desktop.enable = true;
stateVersion = "24.11";
};
config.home.stateVersion = "24.11";
}