xlock: Add option
This commit is contained in:
parent
c7c2c89f15
commit
14f7199d65
6 changed files with 16 additions and 8 deletions
|
@ -1,5 +1,8 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
{
|
||||
frogeye.hooks.lock = ''
|
||||
${pkgs.coreutils}/bin/rm -rf "/tmp/cached_pass_$UID"
|
||||
'';
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
bat = {
|
||||
|
@ -205,6 +208,5 @@
|
|||
"${config.home.homeDirectory}/.config/dotfiles/hm/scripts" # Not Nix path otherwise it gets converted into store,
|
||||
# and then every time you want to modify a script you have to rebuild and re-login...
|
||||
];
|
||||
# TODO Way to automatically setup an home-manager install
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue