mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
various cleanup
This commit is contained in:
parent
38e7e0469c
commit
12fe0ac1f2
3 changed files with 9 additions and 12 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue