summaryrefslogtreecommitdiff
path: root/modules/root/software.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-08 21:46:08 -0500
committerTim Keller <tjkeller.xyz>2024-10-08 21:46:08 -0500
commitf292df04229818894c184fef008419225a8720e8 (patch)
treeb2210d2c57a3af00c9b078f9e0f7b7e15495e9ad /modules/root/software.nix
parent2b00c3b81aa13bfbf156e2d54f9888283dde11f3 (diff)
downloadnixos-f292df04229818894c184fef008419225a8720e8.tar.xz
nixos-f292df04229818894c184fef008419225a8720e8.zip
add custom derivation for pavolctld and install it in software.nix
Diffstat (limited to 'modules/root/software.nix')
-rw-r--r--modules/root/software.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/root/software.nix b/modules/root/software.nix
index f52f25c..52ecb50 100644
--- a/modules/root/software.nix
+++ b/modules/root/software.nix
@@ -18,6 +18,7 @@
config = {
environment.systemPackages = with pkgs; pkgs.lib.optionals config.software.desktop.enable [
# Desktop
+ (callPackage ./resources/derivations/pavolctld { })
alacritty
arandr
dmenu