aboutsummaryrefslogtreecommitdiff
path: root/nixos/home.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
commit91a5f9790cfd4a98ee940633694fb512ecf24942 (patch)
treeb20bdd22e304234b6893e20d0ca5fbfd042f2184 /nixos/home.nix
parentced774e19c36fb3b0b33a3846e7c9cf874b0c206 (diff)
i3 > hyprland & x11 > wayland
Diffstat (limited to 'nixos/home.nix')
-rw-r--r--nixos/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/home.nix b/nixos/home.nix
index 95cdd2b..eb1413b 100644
--- a/nixos/home.nix
+++ b/nixos/home.nix
@@ -3,7 +3,7 @@
users.users.${username} = {
isNormalUser = true;
description = "User";
- extraGroups = [ "networkmanager" "wheel" "kvm" "adbusers" "docker" ];
+ extraGroups = [ "networkmanager" "wheel" "kvm" "adbusers" "docker" "video" "input" ];
packages = with pkgs; [];
shell = pkgs.fish;
};