Image: Add handy commands
This commit is contained in:
parent
0ce60fb8f3
commit
7f70c50667
|
@ -11,7 +11,9 @@
|
||||||
settings.experimental-features = [ "nix-command" "flakes" ];
|
settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
git
|
||||||
keyutils
|
keyutils
|
||||||
|
rsync
|
||||||
tmux
|
tmux
|
||||||
];
|
];
|
||||||
console.keyMap = "neo";
|
console.keyMap = "neo";
|
||||||
|
|
Loading…
Reference in a new issue