mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 10:29:05 +02:00
Added mosh module
This commit is contained in:
parent
43fe8ad54f
commit
8103e8e236
5 changed files with 31 additions and 18 deletions
4
base.nix
4
base.nix
|
@ -6,6 +6,7 @@
|
|||
./users/default.nix
|
||||
./users/julien.nix
|
||||
];
|
||||
|
||||
luj.nix.enable = true;
|
||||
luj.secrets.enable = true;
|
||||
luj.ssh-server.enable = true;
|
||||
|
@ -21,7 +22,7 @@
|
|||
};
|
||||
|
||||
|
||||
programs.mosh.enable = true;
|
||||
luj.programs.mosh.enable = true;
|
||||
programs.gnupg.agent.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -34,5 +35,4 @@
|
|||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue