norm gone
This commit is contained in:
parent
d0329e6bb7
commit
bd94372c51
|
@ -5,8 +5,4 @@
|
|||
"joy" = import ./home;
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./norm
|
||||
];
|
||||
}
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
./tmux
|
||||
./mail
|
||||
./yazi
|
||||
./misc
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
home.packages = with pkgs; [
|
||||
# cli
|
||||
git
|
||||
htop
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./ssh
|
||||
./gpg
|
||||
./misc
|
||||
./code
|
||||
];
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
}
|
|
@ -8,6 +8,7 @@
|
|||
./docker
|
||||
./invidious
|
||||
./forgejo
|
||||
./ssh
|
||||
./misc
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue