This commit is contained in:
Geoffrey Frogeye 2025-01-23 15:58:05 +01:00
parent bc9fefe8ee
commit f3e7b29a98
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 151 additions and 92 deletions

View file

@ -2,12 +2,8 @@
pkgs,
config,
lib,
labellenixpkgs,
...
}:
let
labellepkgs = import labellenixpkgs { inherit (pkgs) system; };
in
{
frogeye.hooks.lock = ''
${pkgs.coreutils}/bin/rm -rf "/tmp/cached_pass_$UID"
@ -239,7 +235,7 @@ in
usbutils
dmidecode
lshw
labellepkgs.labelle # Label printer
labelle # Label printer
# Locker
(pkgs.writeShellApplication {

View file

@ -2,17 +2,15 @@
pkgs,
lib,
config,
jjuinixpkgs,
...
}:
let
cfg = config.programs.git;
jjuipkgs = import jjuinixpkgs { inherit (pkgs) system; };
in
{
config = lib.mkIf cfg.enable {
home.packages = [
jjuipkgs.jjui
pkgs.jjui
pkgs.lazyjj
(pkgs.writeShellApplication {
name = "git-sync";