This commit is contained in:
parent
7780eca7a9
commit
5341b761ad
15 changed files with 29 additions and 38 deletions
|
@ -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
|
||||
'';
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue