Combine scripts and custom packages
All checks were successful
/ check (push) Successful in 1m40s

This commit is contained in:
Oliver Davies 2025-07-10 22:50:41 +01:00
parent 7780eca7a9
commit 5341b761ad
15 changed files with 29 additions and 38 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
imports = [ ../common ];
@ -37,6 +37,12 @@
};
};
home.packages = with pkgs; [
tag-release
todos-add
update-all-git-repos
];
xdg.configFile."pam-gnupg".text = ''
C0D940F9A390F286FCAAE8439D501171E39D0A47
'';

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
imports = [
@ -96,6 +96,19 @@
};
};
home.packages = with pkgs; [
backup-websites
build-glove80
displayselect
mounter
move-firefox-screenshots
setbg
tag-release
todos-add
unmounter
update-all-git-repos
];
xdg.configFile."pam-gnupg".text = ''
098EE055DAD2B9CB68154C6759DD38292D2273B6
1E21B58D69FFEFAD077F152A50FEA938A3413F50