diff --git a/common/users.nix b/common/users.nix index 8a58ecd..44542b2 100644 --- a/common/users.nix +++ b/common/users.nix @@ -144,7 +144,10 @@ in { }; scripts.polonium = { enable = true; - settings.layout.engine = "binaryTree"; + settings = { + layout.engine = "binaryTree"; + tilePopups = false; + }; }; virtualDesktops = { number = 4; diff --git a/flake.lock b/flake.lock index 7c05f22..8c8adea 100644 --- a/flake.lock +++ b/flake.lock @@ -37,11 +37,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1723426710, - "narHash": "sha256-yrS9al6l3fYfFfvovnyBWnyELDQOdfKyai4K/jKgoBw=", + "lastModified": 1723685519, + "narHash": "sha256-GkXQIoZmW2zCPp1YFtAYGg/xHNyFH/Mgm79lcs81rq0=", "owner": "nix-community", "repo": "disko", - "rev": "0d510fe40b56ed74907a021d7e1ffd0042592914", + "rev": "276a0d055a720691912c6a34abb724e395c8e38a", "type": "github" }, "original": { @@ -285,11 +285,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1723221148, - "narHash": "sha256-7pjpeQlZUNQ4eeVntytU3jkw9dFK3k1Htgk2iuXjaD8=", + "lastModified": 1723603349, + "narHash": "sha256-VMg6N7MryOuvSJ8Sj6YydarnUCkL7cvMdrMcnsJnJCE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "154bcb95ad51bc257c2ce4043a725de6ca700ef6", + "rev": "daf7bb95821b789db24fc1ac21f613db0c1bf2cb", "type": "github" }, "original": { diff --git a/linux/blitzar/device.nix b/linux/blitzar/device.nix index 30c8366..df086a5 100644 --- a/linux/blitzar/device.nix +++ b/linux/blitzar/device.nix @@ -8,6 +8,7 @@ in { hardware = { bluetooth.enable = true; graphics.enable = true; + keyboard.qmk.enable = true; openrazer = { enable = true; users = [usr]; @@ -85,6 +86,7 @@ in { pulse.enable = true; }; printing.enable = true; + udev.packages = [pkgs.via]; }; users.users.${usr}.extraGroups = ["adbusers" "cdrom"]; diff --git a/linux/blitzar/gui.nix b/linux/blitzar/gui.nix index d23b670..547876a 100644 --- a/linux/blitzar/gui.nix +++ b/linux/blitzar/gui.nix @@ -28,6 +28,7 @@ in { ryujinx telegram-desktop thunderbird + via winetricks wineWowPackages.stagingFull ]