diff options
author | Tim Keller <tjkeller.xyz> | 2024-10-30 19:29:36 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-10-30 19:29:36 -0500 |
commit | 33251a24e11c385ba23c0394bb0c637538542cfd (patch) | |
tree | 11337edad297573aeabc0adff9c75587642de72c /modules | |
parent | 493923a756834f6b33897670684ca5a197d74955 (diff) | |
download | nixos-33251a24e11c385ba23c0394bb0c637538542cfd.tar.xz nixos-33251a24e11c385ba23c0394bb0c637538542cfd.zip |
fix bug oops
Diffstat (limited to 'modules')
-rw-r--r-- | modules/root/software.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/root/software.nix b/modules/root/software.nix index 598ff43..635ecf6 100644 --- a/modules/root/software.nix +++ b/modules/root/software.nix @@ -18,7 +18,6 @@ config = { environment.systemPackages = with pkgs; pkgs.lib.optionals config.software.desktop.enable [ # Desktop - (callPackage ./resources/derivations/pavolctld { }) alacritty arandr dmenu |