Image: Add handy commands

This commit is contained in:
Philipp 2024-03-19 19:38:34 +01:00
parent 0ce60fb8f3
commit 7f70c50667
No known key found for this signature in database

View file

@ -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";