diff options
author | azahi <azat@bahawi.net> | 2024-10-14 14:11:17 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-14 14:11:17 +0300 |
commit | d3d823259d64aa69097cdf31cae4a2cd15d3acc3 (patch) | |
tree | 1914dcaea4952fedea2d93555f9bd5407c4c7f35 /modules | |
parent | 2024-10-10 (diff) |
2024-10-14
Diffstat (limited to 'modules')
-rw-r--r-- | modules/profiles/headful.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index 841f56a..e9625de 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -50,12 +50,20 @@ in ''; packages = with pkgs; [ + anki + audacity + byedpi + eaglemode element-desktop fd + gimp imv + kdenlive libreoffice-fresh mumble + obs-studio paper-plane + qbittorrent ripgrep sd telegram-desktop @@ -125,15 +133,12 @@ in environment.systemPackages = with pkgs; [ arping dnsutils - eaglemode inetutils ldns lm_sensors socat tcpdump usbutils - anki - audacity ]; my.extraGroups = [ |