Update system
This commit is contained in:
parent
7befae6dce
commit
6726f1b92b
3 changed files with 101 additions and 44 deletions
|
@ -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)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue