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;
|
xwayland.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
bindm = [
|
bind = [
|
||||||
# foot terminal
|
# 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
|
# mouse movements
|
||||||
"$mod, mouse:272, movewindow"
|
"$mod, mouse:272, movewindow"
|
||||||
"$mod, mouse:273, resizewindow"
|
"$mod, mouse:273, resizewindow"
|
||||||
|
|
|
@ -48,10 +48,11 @@
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
programs.sway = {
|
#programs.sway = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
wrapperFeatures.gtk = true;
|
# wrapperFeatures.gtk = true;
|
||||||
};
|
#};
|
||||||
|
programs.hyprland.enable = true; # enables Hyprland DM.
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [
|
overlays = [
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue