various cleanup
This commit is contained in:
@ -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";
|
||||
|
||||
};
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
# wm
|
||||
hyprland.enable = true;
|
||||
gnome.enable = true;
|
||||
|
||||
# dotfiles
|
||||
dotfilesDir = "/etc/nixos";
|
||||
@ -56,6 +55,8 @@
|
||||
services.xserver.wacom.enable = true;
|
||||
services.xserver.videoDrivers = [ "i915" ];
|
||||
|
||||
services.displayManager.defaultSession = "hyprland";
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -370,6 +370,11 @@ in
|
||||
force_zero_scaling = true;
|
||||
};
|
||||
|
||||
ecosystem = {
|
||||
no_update_news = true;
|
||||
no_donation_nag = true;
|
||||
};
|
||||
|
||||
};
|
||||
systemd.variables = ["--all"];
|
||||
xwayland = { enable = true; };
|
||||
|
Reference in New Issue
Block a user