about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
committerazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
commitc6c9929a090aa8022045514e09ecafd57a954c27 (patch)
tree0a71feedcada203c045f94d01bc2d8b733b067ee /modules/profiles
parent2024-08-20 (diff)
2024-10-10
Diffstat (limited to '')
-rw-r--r--modules/profiles/headful.nix5
-rw-r--r--modules/profiles/headless.nix8
2 files changed, 5 insertions, 8 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 = [
diff --git a/modules/profiles/headless.nix b/modules/profiles/headless.nix
index f739206..5d42df0 100644
--- a/modules/profiles/headless.nix
+++ b/modules/profiles/headless.nix
@@ -30,13 +30,7 @@ in
       ".bash_history".source = config.hm.lib.file.mkOutOfStoreSymlink "/dev/null";
     };
 
-    boot = {
-      # Pin version to prevent any surprises. Try keeping this up-to-date[1]
-      # with the latest LTS release + hardened patches (just in case).
-      #
-      # [1]: https://kernel.org
-      kernelPackages = pkgs.linuxPackages_6_6_hardened; # EOL Dec, 2026
-    };
+    boot.kernelPackages = pkgs.linuxPackages_hardened;
 
     nix = {
       gc = {

Consider giving Nix/NixOS a try! <3