diff options
author | Tim Keller <tjkeller.xyz> | 2024-10-03 20:01:03 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-10-03 20:01:03 -0500 |
commit | a651a2150aca24d915f7d139f6a8bcce9c6f641b (patch) | |
tree | baeeb41312669a24919aeec8dd13bae618ea5470 /modules/root/software.nix | |
parent | 9aad420411b703278ac555858dc60f14f8f156bc (diff) | |
download | nixos-a651a2150aca24d915f7d139f6a8bcce9c6f641b.tar.xz nixos-a651a2150aca24d915f7d139f6a8bcce9c6f641b.zip |
fix awesome with luajit and add some more cool stuff
Diffstat (limited to 'modules/root/software.nix')
-rw-r--r-- | modules/root/software.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/root/software.nix b/modules/root/software.nix index 4aa6f64..f52f25c 100644 --- a/modules/root/software.nix +++ b/modules/root/software.nix @@ -35,6 +35,7 @@ inkscape qbittorrent qdirstat + thunderbird ungoogled-chromium ] ++ pkgs.lib.optionals config.software.dev.enable [ # Development |