We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6b056 commit 64fcf40Copy full SHA for 64fcf40
2 files changed
modules/macos/_packages.nix
@@ -52,14 +52,11 @@
52
"handbrake"
53
"inkscape"
54
"linearmouse"
55
- "mullvadvpn"
56
- "ngrok"
57
"obsidian"
58
"rar"
59
"raycast"
60
"screen-studio"
61
"spotify"
62
- "tabula"
63
"the-unarchiver"
64
"transmission"
65
"visual-studio-code"
modules/wsl/base.nix
@@ -28,6 +28,10 @@
28
time.timeZone = "America/New_York";
29
zramSwap.enable = true;
30
31
+ environment.systemPackages = with pkgs; [
32
+ trashy
33
+ ];
34
+
35
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
36
system.stateVersion = "24.11";
37
}
0 commit comments