diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-01 09:44:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-01 09:44:33 +0530 |
commit | 949130ef24f3e28f3e90f43e885902ff0b98eba2 (patch) | |
tree | 779e27b7b64adb0173c6f5a1b830807e5a87cee1 | |
parent | 815dda6ff68f91aeacb18931fd7800791ddcb4f9 (diff) |
pkgs: add nixos-option to user pkgs
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 58b6c19..b9eb541 100644 --- a/configuration.nix +++ b/configuration.nix @@ -31,6 +31,7 @@ in isNormalUser = true; extraGroups = [ "wheel" ]; packages = with pkgs; [ + nixos-option w3m neofetch ps_mem |