rebuilding minimised nix files
This commit is contained in:
+296
-301
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user