From 52869e2fd6d9c06aac61ab16eaf82128d03f0441 Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Mon, 2 Mar 2026 19:19:47 +0100 Subject: [PATCH] removed hyprland.conf config files --- henrovnix_ok/README.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index a757a693d..4ed1eae5e 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -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. #+begin_src nix :tangle home/desktop/hyprland.nix :noweb tangle :mkdirp yes. { 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 = { enable = true; - configFile.extraConfig = builtins.readFile bindingsConf; settings = { windowrule = [ "match:class nm-connection-editor, float 1, center 1, size 900 700"