update
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
stylix.url = "github:danth/stylix";
|
||||
niri-flake.url = "github:sodiboo/niri-flake";
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -17,6 +21,7 @@
|
||||
stylix,
|
||||
nvf,
|
||||
niri-flake,
|
||||
nur,
|
||||
...
|
||||
}: let
|
||||
system = "x86_64-linux";
|
||||
@@ -30,6 +35,7 @@
|
||||
nvf.homeManagerModules.default
|
||||
niri-flake.homeModules.config
|
||||
niri-flake.homeModules.stylix
|
||||
nur.modules.homeManager.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user