diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-09 12:21:21 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-09 12:21:21 -0800 |
commit | e28d69f7229d8aaf5b97dbddc11affade716ef71 (patch) | |
tree | e6bfa163f32fe32cd51717247de14f816421ab97 /configuration.nix | |
parent | a3d2b478b96863f9764d9f47867860b131e3ae40 (diff) |
add more documentation
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index a120b6b..fd453f6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,7 +58,7 @@ users.users.preston = { isNormalUser = true; description = "Preston Pan"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "video" ]; shell = pkgs.zsh; packages = with pkgs; [ ]; @@ -69,11 +69,12 @@ environment.systemPackages = with pkgs; [ nixpkgs-fmt rnix-lsp - light curl git ]; + programs.light.enable = true; + xdg.portal = { enable = true; wlr.enable = true; |