ensure all networked machines have tmux and ripgrep
This commit is contained in:
parent
eb1fd00e4e
commit
3ed74ee391
1 changed files with 7 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
storage.legacy = { };
|
storage.legacy = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
defaults = {
|
defaults = {pkgs, ...}:
|
||||||
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# make sure you have properly added the home-manager channel!
|
# make sure you have properly added the home-manager channel!
|
||||||
<home-manager/nixos>
|
<home-manager/nixos>
|
||||||
|
|
@ -21,6 +22,11 @@
|
||||||
(import ../system/framework/keys.nix).ssh.public
|
(import ../system/framework/keys.nix).ssh.public
|
||||||
];
|
];
|
||||||
home-manager.users.haak = (import ../home/commandline.nix);
|
home-manager.users.haak = (import ../home/commandline.nix);
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
tmux
|
||||||
|
ripgrep
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
server = {
|
server = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue