mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
added small assortment of helpful packages to nixos live user
This commit is contained in:
parent
02420d44c2
commit
2be765841e
|
@ -5,7 +5,14 @@
|
||||||
../common.nix
|
../common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO please change the username & home directory to your own
|
|
||||||
home.username = "nixos";
|
home.username = "nixos";
|
||||||
home.homeDirectory = "/home/nixos";
|
home.homeDirectory = "/home/nixos";
|
||||||
|
|
||||||
|
# Packages that should be installed to the user profile.
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
vscode
|
||||||
|
gh
|
||||||
|
git
|
||||||
|
wget
|
||||||
|
];
|
||||||
}
|
}
|
Loading…
Reference in a new issue