Skip to content

Commit

Permalink
feat(nix): change wp & update rbw lock timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Jan 29, 2024
1 parent add677b commit 846d65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/nixos/home-manager/desktop/hyprpaper.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
wallpaper = ./wallpapers/2.jpg;
wallpaper = ./wallpapers/cityscape2.jpg;
in {
xdg.configFile."hypr/hyprpaper.conf".text = ''
preload = ${wallpaper}
Expand Down
2 changes: 1 addition & 1 deletion nix/nixos/home-manager/desktop/rbw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
enable = true;
settings = {
email = "[email protected]";
lock_timeout = 300;
lock_timeout = 14400;
pinentry = "gnome3";
};
};
Expand Down

0 comments on commit 846d65e

Please sign in to comment.