mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 03:57: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": {
|
"themes": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701027224,
|
"lastModified": 1701028664,
|
||||||
"narHash": "sha256-w47uhqWQhYTMi6yHtKloY/BLfnmQBdLYUOPmcPswnos=",
|
"narHash": "sha256-iEvnZVHMsR4ZvfhfOkDjz9REQn7DPsy0ODPpK2xXm9Q=",
|
||||||
"owner": "RGBCube",
|
"owner": "RGBCube",
|
||||||
"repo": "ThemeNix",
|
"repo": "ThemeNix",
|
||||||
"rev": "8dad0349c43f1b1d95a6d70145d1bc351fe80f99",
|
"rev": "4d4ec5a91bba92bfe334799b094d9c64799a2e67",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
wayland.windowManager.hyprland = enabled {
|
wayland.windowManager.hyprland = enabled {
|
||||||
package = upkgs.hyprland;
|
package = upkgs.hyprland;
|
||||||
|
|
||||||
extraConfig = with upkgs.theme;
|
extraConfig =
|
||||||
''
|
''
|
||||||
monitor = , preferred, auto, 1
|
monitor = , preferred, auto, 1
|
||||||
''
|
''
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
+
|
+
|
||||||
''
|
(with upkgs.theme; ''
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 10
|
gaps_out = 10
|
||||||
|
@ -132,7 +132,7 @@
|
||||||
|
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
}
|
}
|
||||||
''
|
'')
|
||||||
+
|
+
|
||||||
''
|
''
|
||||||
gestures {
|
gestures {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue