diff options
| author | Grigory Shipunov | 2023-08-05 20:48:58 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-08-05 20:51:15 +0200 |
| commit | 9e5d5bd874850df8090c6b43a09bd6fab74e537c (patch) | |
| tree | 718ea139ed960358204472ec7e7151c73a37035e /modules/desktop-software.nix | |
| parent | 8b8d90cec49f9af706d0a1fc090c89441943b088 (diff) | |
retire toaster and remove dead code
Diffstat (limited to 'modules/desktop-software.nix')
| -rw-r--r-- | modules/desktop-software.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/desktop-software.nix b/modules/desktop-software.nix deleted file mode 100644 index 669270b..0000000 --- a/modules/desktop-software.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ pkgs, ... }: -{ - environment.systemPackages = with pkgs; [ - blender - dino - ffmpeg-full - firefox-wayland - fluffychat - gimp - inkscape - kicad - signal-desktop - tdesktop - tor-browser-bundle-bin - wl-clipboard - yt-dlp - libreoffice - ]; -} |
