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
|
@ -9,9 +9,11 @@
|
|||
xwayland.enable = true;
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
bindm = [
|
||||
bind = [
|
||||
# foot terminal
|
||||
"$mod, ENTER, exec ${pkgs.foot}/bin/foot -f 'BlexMono Nerd Font:size=24' zsh"
|
||||
"$mod, ENTER, exec, ${pkgs.foot}/bin/foot -f 'BlexMono Nerd Font:size=24' zsh"
|
||||
];
|
||||
bindm = [
|
||||
# mouse movements
|
||||
"$mod, mouse:272, movewindow"
|
||||
"$mod, mouse:273, resizewindow"
|
||||
|
|
|
@ -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