mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
feat(vega): add core system utilities
This commit is contained in:
@@ -44,8 +44,11 @@
|
|||||||
environment.etcBackupExtension = ".backup";
|
environment.etcBackupExtension = ".backup";
|
||||||
environment.motd = "";
|
environment.motd = "";
|
||||||
environment.packages = with pkgs; [
|
environment.packages = with pkgs; [
|
||||||
openssh
|
ncurses
|
||||||
|
procps
|
||||||
|
util-linux
|
||||||
rsync
|
rsync
|
||||||
|
gnutar
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|||||||
Reference in New Issue
Block a user