diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-10-11 21:02:35 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-10-11 21:23:05 +0200 |
| commit | eeb53599fb7f7a6ae9543f37538d6eef69b5d81c (patch) | |
| tree | 9794865aeb3664d85e9f2c0691140eb920f9f558 /home-modules/apps/default.nix | |
| parent | 38231218792e8cb112c229fc6b55cdcb5caae95c (diff) | |
Bunch of updates:
- Fixed not having virt-manager
- Added Steam
- Removed old ssd mounts on apocalypse
- Fixed syncthing service
- Probably some spotify stuff
Diffstat (limited to 'home-modules/apps/default.nix')
| -rw-r--r-- | home-modules/apps/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home-modules/apps/default.nix b/home-modules/apps/default.nix index 15294cb..5c920fd 100644 --- a/home-modules/apps/default.nix +++ b/home-modules/apps/default.nix @@ -105,9 +105,9 @@ in home.packages = with pkgs; [ eduvpn-client ]; - services.syncthing = { - enable = true; - }; + # services.syncthing = { + # enable = true; + # }; }) (lib.mkIf cfg.multimedia.enable { home.packages = with pkgs; [ |
