mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: modularize hyprland and desktop environment configurations
This commit is contained in:
parent
3e93fc2b92
commit
c3fa2197cb
4 changed files with 32 additions and 12 deletions
|
@ -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. It‘s perfectly fine and recommended to leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue