Move config into config

This commit is contained in:
TheWanderingCrow 2024-09-17 14:04:23 -04:00
parent 2fbe9593be
commit 2ad9d090a9
2 changed files with 259 additions and 7 deletions

View file

@ -3,14 +3,9 @@
./hardware-configuration.nix
../../modules
];
networking.hostName = "Parzival-Mobile";
environment.systemPackages = [
pkgs.git
pkgs.vim
pkgs.wget
];
config = {
hypr.enable = true;
networking.hostName = "Parzival-Mobile";
};
}