This commit is contained in:
Sojus07
2025-02-10 22:26:51 +01:00
parent 7fe306b681
commit 3e2891be28
3 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@
home-manager,
nvf,
}: {
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
nixosConfigurations.computer = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/computer/configuration.nix

View File

@ -8,6 +8,7 @@
imports = [
./hardware-configuration.nix
./modules/default.nix
../default/default.nix
];
nixpkgs = {

View File

@ -4,8 +4,6 @@
...
}: {
imports = [
./nvim/default.nix
./networking.nix
./users.nix
./services.nix