diff options
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | home/home.nix | 1 | ||||
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -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; }; |
