diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-17 21:03:01 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-17 21:03:01 -0600 |
commit | c32d7c6aa8b3680efe1a7271d2dcd7d3b40f3a7a (patch) | |
tree | b16740d601b8875688c526fcbd890da23ac17716 /modules | |
parent | 8781c701d8da5df5c5f8004dacdf8d18cc3fbb57 (diff) | |
download | nixos-c32d7c6aa8b3680efe1a7271d2dcd7d3b40f3a7a.tar.xz nixos-c32d7c6aa8b3680efe1a7271d2dcd7d3b40f3a7a.zip |
add new software and ddcutil config
Diffstat (limited to 'modules')
-rw-r--r-- | modules/root/default.nix | 1 | ||||
-rw-r--r-- | modules/root/software.nix | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/modules/root/default.nix b/modules/root/default.nix index 62eb9b5..368d725 100644 --- a/modules/root/default.nix +++ b/modules/root/default.nix @@ -2,6 +2,7 @@ imports = [ ./autologin.nix ./awesome.nix + ./ddcutil.nix ./doas.nix ./docker.nix ./filesystems.nix diff --git a/modules/root/software.nix b/modules/root/software.nix index bf2ec89..fcd3c00 100644 --- a/modules/root/software.nix +++ b/modules/root/software.nix @@ -35,6 +35,9 @@ geeqie gimp inkscape + jellyfin-mpv-shim + libreoffice + localsend qbittorrent qdirstat remmina @@ -61,14 +64,13 @@ android-tools cargo hugo - #python-pip # TODO figure this one out + lua uhubctl wireguard-tools ] ++ pkgs.lib.optionals config.software.utils.enable [ # Utilities age cryptsetup - ddcutil # TODO fastfetch htop light |