feat: rearrange configs
This commit is contained in:
parent
c60e8df3e3
commit
21ce06c82d
7 changed files with 54 additions and 40 deletions
|
@ -43,10 +43,6 @@ in {
|
|||
git
|
||||
curl
|
||||
wget
|
||||
nil
|
||||
ffmpeg
|
||||
yt-dlp
|
||||
hyfetch
|
||||
htop
|
||||
];
|
||||
|
||||
|
@ -55,16 +51,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
hm = {
|
||||
home = {inherit stateVersion;};
|
||||
|
||||
programs.keychain = {
|
||||
enable = true;
|
||||
agents = ["ssh"];
|
||||
inheritType = "any";
|
||||
keys = ["id_ed25519"];
|
||||
};
|
||||
};
|
||||
hm.home = {inherit stateVersion;};
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue