fix: fix hyprland configuration
add new hyprland NixOS module
This commit is contained in:
parent
902a18fec5
commit
e0537affdc
2 changed files with 9 additions and 6 deletions
|
@ -48,10 +48,11 @@
|
|||
|
||||
security.polkit.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
#programs.sway = {
|
||||
# enable = true;
|
||||
# wrapperFeatures.gtk = true;
|
||||
#};
|
||||
programs.hyprland.enable = true; # enables Hyprland DM.
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue