summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/system/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-25 18:46:34 -0700
committerFuwn <[email protected]>2024-09-25 18:46:34 -0700
commit0cfe23f5a3a456b79cb7d0ee4adafc4e5441b516 (patch)
treedd1491c2f8705b0886992e3e57f362c4e46ec2ff /home/ebisu/fortune/system/default.nix
parentfilesystem: add broot (diff)
downloadnixos-config-0cfe23f5a3a456b79cb7d0ee4adafc4e5441b516.tar.xz
nixos-config-0cfe23f5a3a456b79cb7d0ee4adafc4e5441b516.zip
fortune: more modern-unix applications
Diffstat (limited to 'home/ebisu/fortune/system/default.nix')
-rw-r--r--home/ebisu/fortune/system/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/ebisu/fortune/system/default.nix b/home/ebisu/fortune/system/default.nix
index 2215f17..a30ffe1 100644
--- a/home/ebisu/fortune/system/default.nix
+++ b/home/ebisu/fortune/system/default.nix
@@ -14,5 +14,8 @@
./xdg.nix
];
- home.packages = [ pkgs.gnome-logs ];
+ home.packages = with pkgs; [
+ gnome-logs
+ procs
+ ];
}