Update system

This commit is contained in:
outfoxxed 2023-09-14 12:17:24 -07:00
parent 7befae6dce
commit 6726f1b92b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 101 additions and 44 deletions

View file

@ -11,6 +11,11 @@
impurity.url = "github:outfoxxed/impurity.nix";
nixpak = {
url = "github:nixpak/nixpak";
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
@ -46,6 +51,8 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
vps-testing.url = "path:/home/admin/vpsnew";
};
outputs = inputs @ { self, nixpkgs, ... }: {
@ -61,6 +68,7 @@
./modules/system.nix
./modules/hyprland
./systems/msi
(inputs.vps-testing.nixosConfigurations.localHostModule)
];
};