merge
This commit is contained in:
parent
f5bc289708
commit
791e2a69dd
14 changed files with 46 additions and 45 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs
|
||||
, inputs
|
||||
, username
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
|
|
@ -7,7 +8,7 @@
|
|||
wayland.windowManager.hyprland.enable = true;
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
"$mod" = "SUPER";
|
||||
"source" = "/home/dashie/.config/reset/keyboard.conf";
|
||||
"source" = "/home/${username}/.config/reset/keyboard.conf";
|
||||
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue