diff options
author | azahi <azat@bahawi.net> | 2024-10-10 03:33:47 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-10 03:33:47 +0300 |
commit | c6c9929a090aa8022045514e09ecafd57a954c27 (patch) | |
tree | 0a71feedcada203c045f94d01bc2d8b733b067ee /modules/profiles/headful.nix | |
parent | 2024-08-20 (diff) |
2024-10-10
Diffstat (limited to 'modules/profiles/headful.nix')
-rw-r--r-- | modules/profiles/headful.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index 9f6bff5..841f56a 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -50,7 +50,7 @@ in ''; packages = with pkgs; [ - # element-desktop + element-desktop fd imv libreoffice-fresh @@ -125,12 +125,15 @@ in environment.systemPackages = with pkgs; [ arping dnsutils + eaglemode inetutils ldns lm_sensors socat tcpdump usbutils + anki + audacity ]; my.extraGroups = [ |