diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-02 13:30:28 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-02 13:30:28 -0500 |
| commit | b5e3e6f12b41a9a1133744e139c5aa47d1bee006 (patch) | |
| tree | 460b2222c3823258eed2af239d3f78905141a538 /modules/global.nix | |
| parent | cfa595c7264a3618759d8382de0996017c558e26 (diff) | |
| download | home-b5e3e6f12b41a9a1133744e139c5aa47d1bee006.tar.gz | |
update before i break everything
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 3 |
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; }; }; |