changed home-manager/default to common, added non-starship zsh prompt.
This commit is contained in:
parent
80ac00a7cf
commit
f180fc20f1
10 changed files with 64 additions and 24 deletions
9
modules/nixos/networking.nix
Normal file
9
modules/nixos/networking.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
users.users.${config.host.user}.extraGroups = ["networkmanager"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue