norm gone

This commit is contained in:
joy 2024-10-18 00:18:15 +02:00
parent d0329e6bb7
commit bd94372c51
8 changed files with 3 additions and 21 deletions

View file

@ -5,8 +5,4 @@
"joy" = import ./home; "joy" = import ./home;
}; };
}; };
imports = [
./norm
];
} }

View file

@ -14,5 +14,6 @@
./tmux ./tmux
./mail ./mail
./yazi ./yazi
./misc
]; ];
} }

View file

@ -1,5 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ home.packages = with pkgs; [
# cli # cli
git git
htop htop

View file

@ -1,8 +0,0 @@
{
imports = [
./ssh
./gpg
./misc
./code
];
}

View file

@ -1,8 +0,0 @@
{pkgs, ...}: {
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;
enableSSHSupport = true;
};
}

View file

@ -8,6 +8,7 @@
./docker ./docker
./invidious ./invidious
./forgejo ./forgejo
./ssh
./misc ./misc
]; ];
} }