Update system

This commit is contained in:
outfoxxed 2023-09-30 01:31:05 -07:00
parent 0ab8d07643
commit 8b67ac841b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 41 additions and 91 deletions

View file

@ -51,8 +51,6 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
vps-testing.url = "path:/home/admin/vpsnew";
};
outputs = inputs @ { self, nixpkgs, ... }: {
@ -68,7 +66,6 @@
./modules/system.nix
./modules/hyprland
./systems/msi
(inputs.vps-testing.nixosConfigurations.localHostModule)
];
};