This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-19 16:00:50 +02:00
parent 9d9640ac16
commit 9e519e6c22
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 12 additions and 3 deletions

View File

@ -169,5 +169,17 @@
}; };
} }
); );
cust = moduleWithSystem (
top@{ ... }:
perSystem@{ pkgs, ... }: {
imports = [ ../programs/zsh ../programs/nushell ../programs/starship ../programs/carapace ../programs/bottom ../programs/firefox ];
home.packages = with pkgs; [
openssh
procs
ripgrep
fswatch
];
}
);
}; };
} }

View File

@ -1,3 +0,0 @@
{ nvim, ... }:
nvim
{ }