diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-05 11:49:47 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-05 11:49:47 +0200 |
commit | 464fca1d9d1bfebf52554f782752407a61433592 (patch) | |
tree | 573bc3692841878e6051ab91c16c3ead03d7c4bc /hosts | |
parent | Set bash as the default /bin/sh (diff) | |
download | nixos-config-464fca1d9d1bfebf52554f782752407a61433592.tar.gz nixos-config-464fca1d9d1bfebf52554f782752407a61433592.tar.bz2 nixos-config-464fca1d9d1bfebf52554f782752407a61433592.zip |
Add jrnl program
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index e2e571e..06a75d2 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -32,6 +32,7 @@ in xdotool #needed for xmobar clickable workspaces xlockmore arandr + jrnl ] ++ (with pkgs.custom; [ smart-wallpaper |