From f53f78ddeade3105b19b2dfff341c1e4e916cc25 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 6 Jan 2023 20:47:39 -0800 Subject: [PATCH] Install killall --- hosts/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index 813bd96..bed99d2 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -17,6 +17,8 @@ in ../terminal.nix ]; + home.file."./.background-image".source = ../wallpapers/306286.jpg; + programs.home-manager.enable = true; gtk = { @@ -53,6 +55,7 @@ in # Command line utilities wget neofetch + killall trash-cli # aliased to rm in .bashrc # Configuration applications