update
This commit is contained in:
parent
6d35cae3ff
commit
8f19c6d7b4
5 changed files with 85 additions and 10 deletions
|
|
@ -30,6 +30,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
hyprlock = {
|
||||
url = "github:hyprwm/hyprlock";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -37,7 +42,7 @@
|
|||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-colors, automapaper, disko, hypridle, ... }@inputs:
|
||||
outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, ... }@inputs:
|
||||
{
|
||||
nixosConfigurations = {
|
||||
default = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -45,7 +50,6 @@
|
|||
inherit inputs;
|
||||
inherit nix-colors;
|
||||
inherit automapaper;
|
||||
inherit hypridle;
|
||||
};
|
||||
modules = [
|
||||
./hosts/default/configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue