mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
hypridle
This commit is contained in:
parent
32d53bdf8a
commit
5df2606f58
2 changed files with 2 additions and 2 deletions
|
|
@ -212,7 +212,7 @@ in
|
|||
};
|
||||
nh-push = {
|
||||
body = ''
|
||||
exec /home/death916/Documents/nix-config/scripts/nh-push $argv
|
||||
/home/death916/Documents/nix-config/scripts/nh-push $argv
|
||||
'';
|
||||
description = "Wrapper for nh that runs git pull and git push on success";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -410,7 +410,7 @@
|
|||
programs.hyprlock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background = [
|
||||
background = lib.mkForce [
|
||||
{
|
||||
monitor = "";
|
||||
path = "/home/death916/Documents/nix-config/home-manager/wallpaper.jpg";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue