aboutsummaryrefslogtreecommitdiff
path: root/modules/global.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-03-02 13:30:28 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-03-02 13:30:28 -0500
commitb5e3e6f12b41a9a1133744e139c5aa47d1bee006 (patch)
tree460b2222c3823258eed2af239d3f78905141a538 /modules/global.nix
parentcfa595c7264a3618759d8382de0996017c558e26 (diff)
downloadhome-b5e3e6f12b41a9a1133744e139c5aa47d1bee006.tar.gz
update before i break everything
Diffstat (limited to 'modules/global.nix')
-rw-r--r--modules/global.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/global.nix b/modules/global.nix
index 5d88ef2..76177e3 100644
--- a/modules/global.nix
+++ b/modules/global.nix
@@ -53,7 +53,8 @@ in
[
wl-clipboard
#...
- ]);
+ ])
+ ++ cfg.extraPackages;
};
};