Update
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
homedir = config.home.homeDirectory;
|
||||
|
||||
# TODO: Broken - hypshot not working (jq error)
|
||||
screenshot = pkgs.writeShellScriptBin "screenshot" ''
|
||||
if [[ $2 == "swappy" ]];then
|
||||
folder="/tmp"
|
||||
|
||||
@@ -37,7 +37,7 @@ let
|
||||
|
||||
[[ ${toString variable.enableNextcloud} == "1" ]] && nextcloud-watch &
|
||||
|
||||
system-notif &
|
||||
notify-system &
|
||||
${pkgs.waybar}/bin/waybar &
|
||||
'';
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ let
|
||||
done
|
||||
}
|
||||
|
||||
minute &
|
||||
minute
|
||||
'';
|
||||
|
||||
battery-plugged = pkgs.writeShellScriptBin "battery-plugged" ''
|
||||
|
||||
Reference in New Issue
Block a user