rebuilding minimised nix files

This commit is contained in:
2026-03-02 19:19:54 +01:00
parent 52869e2fd6
commit 167bffaa0c
2 changed files with 296 additions and 306 deletions
-5
View File
@@ -1,12 +1,7 @@
{ 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"