diff options
| author | Grisha Shipunov | 2025-06-14 21:01:52 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-06-14 21:01:52 +0200 |
| commit | 22d7c181e3d15bc66712ed0850f34476df274545 (patch) | |
| tree | 553ceac03744583cce2d4fbdaab3c5278139841a /modules | |
| parent | 2a44e5c81e2d46766ed095d5e94c5fafbd5d85fa (diff) | |
software changes
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/desktop-software.nix | 1 | ||||
| -rw-r--r-- | modules/devtools.nix | 2 | ||||
| -rw-r--r-- | modules/gnupg.nix | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/modules/desktop-software.nix b/modules/desktop-software.nix index cbfba71..998c953 100644 --- a/modules/desktop-software.nix +++ b/modules/desktop-software.nix @@ -17,6 +17,7 @@ mpv obs-studio qbittorrent + transmission_4-gtk signal-desktop spotify telegram-desktop diff --git a/modules/devtools.nix b/modules/devtools.nix index a003e6e..04dfd87 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -31,7 +31,7 @@ nix-index kicad kikit - freecad-wayland + freecad-qt6 imhex python3Full nixfmt-rfc-style diff --git a/modules/gnupg.nix b/modules/gnupg.nix index 07b1eef..4cb173c 100644 --- a/modules/gnupg.nix +++ b/modules/gnupg.nix @@ -4,8 +4,6 @@ environment.systemPackages = with pkgs; [ gnupg opensc - - yubikey-personalization-gui ]; # smartcard support |
