diff options
author | Rory& <root@rory.gay> | 2024-07-17 06:50:44 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-17 06:50:44 +0200 |
commit | 6ad91ccabc83c2618160f2734e4ca5e90983baf4 (patch) | |
tree | 93cce578fe6579de81d8bfc2c3595ecedb4189c2 /modules/users/Rory.client.nix | |
parent | Node exproter changes (diff) | |
download | Rory-Open-Architecture-6ad91ccabc83c2618160f2734e4ca5e90983baf4.tar.xz |
Changes
Diffstat (limited to 'modules/users/Rory.client.nix')
-rwxr-xr-x | modules/users/Rory.client.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/users/Rory.client.nix b/modules/users/Rory.client.nix index ec1692c..29c7188 100755 --- a/modules/users/Rory.client.nix +++ b/modules/users/Rory.client.nix @@ -14,6 +14,13 @@ enableAskPassword = true; }; }; + + users.users.Rory.packages = with pkgs; [ + helvum + vesktop + pavucontrol + ]; + home-manager.users.Rory = { services.gnome-keyring.enable = lib.mkForce false; dconf.settings = { |