about summary refs log tree commit diff
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-14 14:11:17 +0300
committerazahi <azat@bahawi.net>2024-10-14 14:11:17 +0300
commitd3d823259d64aa69097cdf31cae4a2cd15d3acc3 (patch)
tree1914dcaea4952fedea2d93555f9bd5407c4c7f35
parent2024-10-10 (diff)
2024-10-14
Diffstat (limited to '')
-rw-r--r--configurations/eonwe/default.nix6
-rw-r--r--modules/profiles/headful.nix11
-rw-r--r--overlays.nix9
3 files changed, 17 insertions, 9 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index 7552f08..a35ad5c 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -32,14 +32,8 @@ with lib;
 
   hm = {
     home.packages = with pkgs; [
-      anki
-      audacity
       calibre
-      gimp
-      kdenlive
       krita
-      obs-studio
-      qbittorrent
       qolibri
       radeontop
       vial
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 = [
diff --git a/overlays.nix b/overlays.nix
index ae4a635..a9dc2ec 100644
--- a/overlays.nix
+++ b/overlays.nix
@@ -100,6 +100,15 @@
             };
       }
     );
+    linuxPackages_latest = prev.linuxPackages_latest.extend (
+      f: _: {
+        amneziawg =
+          inputs.nixpkgs-amneziawg.legacyPackages.${final.system}.linuxPackages_latest.amneziawg.override
+            {
+              inherit (f) kernel;
+            };
+      }
+    );
     linuxPackages_hardened = prev.linuxPackages_hardened.extend (
       f: _: {
         amneziawg =

Consider giving Nix/NixOS a try! <3