norm gone
This commit is contained in:
parent
d0329e6bb7
commit
bd94372c51
|
@ -5,8 +5,4 @@
|
||||||
"joy" = import ./home;
|
"joy" = import ./home;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
|
||||||
./norm
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,5 +14,6 @@
|
||||||
./tmux
|
./tmux
|
||||||
./mail
|
./mail
|
||||||
./yazi
|
./yazi
|
||||||
|
./misc
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# cli
|
# cli
|
||||||
git
|
git
|
||||||
htop
|
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
|
./docker
|
||||||
./invidious
|
./invidious
|
||||||
./forgejo
|
./forgejo
|
||||||
|
./ssh
|
||||||
./misc
|
./misc
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue