diff options
| author | Grigory Shipunov | 2023-04-29 23:47:19 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-29 23:47:19 +0200 |
| commit | cb3beda6b0e984a31ae4d868c98d949691d6e87d (patch) | |
| tree | c15cdad1e749c1663586441626a2dc6043033669 /modules/desktop-software.nix | |
| parent | 3fe247961ffffb29389e69f529ddfacb5d69c6ee (diff) | |
Secure boot misbehaves
Diffstat (limited to 'modules/desktop-software.nix')
| -rw-r--r-- | modules/desktop-software.nix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/desktop-software.nix b/modules/desktop-software.nix new file mode 100644 index 0000000..4ebab68 --- /dev/null +++ b/modules/desktop-software.nix @@ -0,0 +1,17 @@ +{ pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + tdesktop + fluffychat + dino + signal-desktop + inkscape + gimp + blender + kicad + wl-clipboard + firefox-wayland + tor-browser-bundle-bin + ffmpeg-full + ]; +} |
