various cleanup

This commit is contained in:
Emmet
2025-05-10 11:37:19 -05:00
parent 38e7e0469c
commit 12fe0ac1f2
3 changed files with 9 additions and 12 deletions

View File

@@ -23,7 +23,6 @@
# wm
hyprland.enable = true;
gnome.enable = true;
# dotfiles
dotfilesDir = "/etc/nixos";
@@ -54,16 +53,8 @@
name = "Emmet";
email = "emmet@librephoenix.com";
};
#users.users.corrina.description = "Corrina";
#home-manager.users.corrina.userSettings = {
# name = "Corrina";
# email = "";
# stylix.theme = "spaceduck";
#};
#home-manager.users.corrina.services.nextcloud-client = {
# enable = lib.mkForce false;
# startInBackground = lib.mkForce false;
#};
services.displayManager.defaultSession = "hyprland";
};