diff options
| author | Grigory Shipunov | 2023-04-29 23:50:32 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-29 23:50:32 +0200 |
| commit | dc80560082eaed5125d2049a1017be8ff46814c0 (patch) | |
| tree | 8533cea22ecce91e7c20e976c8a23da5844c1874 /modules/desktop-software.nix | |
| parent | cb3beda6b0e984a31ae4d868c98d949691d6e87d (diff) | |
move common software into separate file
Diffstat (limited to 'modules/desktop-software.nix')
| -rw-r--r-- | modules/desktop-software.nix | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/modules/desktop-software.nix b/modules/desktop-software.nix index 4ebab68..659dd0e 100644 --- a/modules/desktop-software.nix +++ b/modules/desktop-software.nix @@ -1,17 +1,18 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ - tdesktop - fluffychat + blender dino - signal-desktop - inkscape + ffmpeg-full + firefox-wayland + fluffychat gimp - blender + inkscape kicad - wl-clipboard - firefox-wayland + signal-desktop + tdesktop tor-browser-bundle-bin - ffmpeg-full + wl-clipboard + yt-dlp ]; } |
