Install more packages
This commit is contained in:
@ -8,8 +8,14 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
{ system.stateVersion = "21.11"; }
|
||||
(import ./common.nix inputs)
|
||||
(import ./dev.nix inputs)
|
||||
(import ./entertainment.nix inputs)
|
||||
(import ./office.nix inputs)
|
||||
({ pkgs, lib, ... }: {
|
||||
networking.hostName = hostname;
|
||||
networking = {
|
||||
hostName = hostname;
|
||||
interfaces.eno1.useDHCP = true;
|
||||
};
|
||||
users.users.me = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
|
Reference in New Issue
Block a user