diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-10-17 15:05:36 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-10-17 15:05:36 -0700 |
| commit | d43c1e768c0102387a7c1167b476bb0af2d21987 (patch) | |
| tree | da1108fd3616be21874de856ba9dd249daa1ee9b /nix/modules/home/user.nix | |
| parent | 841c06b106ad501643c35f48f2ced1c2d6a78641 (diff) | |
assembling big monorepo update
Diffstat (limited to 'nix/modules/home/user.nix')
| -rw-r--r-- | nix/modules/home/user.nix | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix index 680acd8..3cd4190 100644 --- a/nix/modules/home/user.nix +++ b/nix/modules/home/user.nix @@ -45,13 +45,13 @@ # Apps # octaveFull - vesktop grim swww vim telegram-desktop qwen-code fluffychat + vesktop grim swww vim telegram-desktop qwen-code fluffychat jami # Sound/media pavucontrol alsa-utils imagemagick ffmpeg helvum # Net - curl rsync git iamb + curl rsync git iamb ungoogled-chromium # Tor torsocks tor-browser @@ -151,12 +151,5 @@ cd "$HOME" }; programs.bash.enable = true; - - gtk = { - enable = lib.mkDefault config.monorepo.profiles.graphics.enable; - theme = null; - iconTheme = null; - }; - fonts.fontconfig.enable = true; } |
