From 561db603d2d0ada8ceeae9f285e240638f1263e5 Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 11 Nov 2025 21:56:27 +0100 Subject: i forgor --- flake.lock | 6 +++--- home/home.nix | 1 + hosts/desktop/configuration.nix | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 9027067..480b8ae 100644 --- a/flake.lock +++ b/flake.lock @@ -655,11 +655,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1762877514, - "narHash": "sha256-iKcJFyAvXE7gcZLpzyzHAHDdP4zdBFGkJPB6Zh5Wo3A=", + "lastModified": 1762891259, + "narHash": "sha256-hx57BLWiGeS5EGXY7lWvHwtnTf4ZoIapt/BMJodBfvg=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "ac8edc6a805ae411d066a088a0036971d781a279", + "rev": "cadf922417dcfd104c73e9648ebcc5d6f31435bf", "type": "github" }, "original": { diff --git a/home/home.nix b/home/home.nix index 6e64ebc..fa55a10 100644 --- a/home/home.nix +++ b/home/home.nix @@ -23,6 +23,7 @@ home.stateVersion = "25.05"; home.packages = with pkgs; [ + brave winboat ripgrep jq diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index c206d8f..599302d 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -114,7 +114,7 @@ programs.fish.enable = true; users.users.adam = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "input" ]; home = "/home/adam"; shell = pkgs.fish; }; -- cgit v1.3