refactor: modularize hyprland and desktop environment configurations

This commit is contained in:
Youwen Wu 2024-12-23 01:46:52 -08:00
parent 3e93fc2b92
commit c3fa2197cb
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 32 additions and 12 deletions

View file

@ -27,7 +27,7 @@
theming = {
enable = true;
};
desktop.greeter.enable = true;
desktop.enable = true;
};
boot = {
@ -200,9 +200,6 @@
programs.dconf.enable = true;
programs.hyprland.enable = true;
# programs.hyprland.package = inputs.stablepkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave