diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-07-01 09:44:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-07-01 09:44:33 +0530 |
commit | e61f301d3a81ab4908b9ed3f71cd27c16102a2e2 (patch) | |
tree | 779e27b7b64adb0173c6f5a1b830807e5a87cee1 | |
parent | c8febbd7e2a726d31906d2e4f77810adbb8aa4a4 (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 |