summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-11 21:56:27 +0100
committeradikro <adikro@disroot.org>2025-11-11 21:56:27 +0100
commit561db603d2d0ada8ceeae9f285e240638f1263e5 (patch)
treee383aaabd77468b00e5c22d5dbc5ba56ab210e3b
parent99ded8236b005c1fc7d6a8a68ba1c0cc9fa9c5bd (diff)
i forgor
-rw-r--r--flake.lock6
-rw-r--r--home/home.nix1
-rw-r--r--hosts/desktop/configuration.nix2
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;
};