mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix Hyprland config
This commit is contained in:
parent
06a4bde31e
commit
73a8d2d466
2 changed files with 6 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -164,11 +164,11 @@
|
|||
},
|
||||
"themes": {
|
||||
"locked": {
|
||||
"lastModified": 1701027224,
|
||||
"narHash": "sha256-w47uhqWQhYTMi6yHtKloY/BLfnmQBdLYUOPmcPswnos=",
|
||||
"lastModified": 1701028664,
|
||||
"narHash": "sha256-iEvnZVHMsR4ZvfhfOkDjz9REQn7DPsy0ODPpK2xXm9Q=",
|
||||
"owner": "RGBCube",
|
||||
"repo": "ThemeNix",
|
||||
"rev": "8dad0349c43f1b1d95a6d70145d1bc351fe80f99",
|
||||
"rev": "4d4ec5a91bba92bfe334799b094d9c64799a2e67",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
wayland.windowManager.hyprland = enabled {
|
||||
package = upkgs.hyprland;
|
||||
|
||||
extraConfig = with upkgs.theme;
|
||||
extraConfig =
|
||||
''
|
||||
monitor = , preferred, auto, 1
|
||||
''
|
||||
|
@ -115,7 +115,7 @@
|
|||
}
|
||||
''
|
||||
+
|
||||
''
|
||||
(with upkgs.theme; ''
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
|
@ -132,7 +132,7 @@
|
|||
|
||||
resize_on_border = true
|
||||
}
|
||||
''
|
||||
'')
|
||||
+
|
||||
''
|
||||
gestures {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue