Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 167bffaa0c rebuilding minimised nix files 2026-03-02 19:19:54 +01:00
henrov 52869e2fd6 removed hyprland.conf config files 2026-03-02 19:19:47 +01:00
3 changed files with 296 additions and 311 deletions
+296 -301
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1785,14 +1785,9 @@ For nice task-starting and -switching
This configures the desktop environment along with the peripherals. The comments should explain whats happening. This configures the desktop environment along with the peripherals. The comments should explain whats happening.
#+begin_src nix :tangle home/desktop/hyprland.nix :noweb tangle :mkdirp yes. #+begin_src nix :tangle home/desktop/hyprland.nix :noweb tangle :mkdirp yes.
{ config, lib, pkgs, flakeRoot, ... }: { config, lib, pkgs, flakeRoot, ... }:
let
bindingsConf = flakeRoot.outPath + "/assets/conf/desktop/hypr/bindings.conf";
lidLockScript = flakeRoot.outPath + "/assets/conf/desktop/hypr/scripts/lid-lock.sh";
in
{ {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
configFile.extraConfig = builtins.readFile bindingsConf;
settings = { settings = {
windowrule = [ windowrule = [
"match:class nm-connection-editor, float 1, center 1, size 900 700" "match:class nm-connection-editor, float 1, center 1, size 900 700"
-5
View File
@@ -1,12 +1,7 @@
{ config, lib, pkgs, flakeRoot, ... }: { config, lib, pkgs, flakeRoot, ... }:
let
bindingsConf = flakeRoot.outPath + "/assets/conf/desktop/hypr/bindings.conf";
lidLockScript = flakeRoot.outPath + "/assets/conf/desktop/hypr/scripts/lid-lock.sh";
in
{ {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
configFile.extraConfig = builtins.readFile bindingsConf;
settings = { settings = {
windowrule = [ windowrule = [
"match:class nm-connection-editor, float 1, center 1, size 900 700" "match:class nm-connection-editor, float 1, center 1, size 900 700"