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