non important commit
This commit is contained in:
parent
8e8f0a22f3
commit
3122d12424
5 changed files with 167 additions and 8 deletions
|
|
@ -9,6 +9,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
niri-flake = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -18,6 +23,7 @@
|
|||
outputs = inputs @ {
|
||||
self,
|
||||
nixpkgs,
|
||||
niri-flake,
|
||||
home-manager,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -30,6 +36,7 @@
|
|||
./configuration/main/configuration.nix
|
||||
|
||||
home-manager.nixosModules.default
|
||||
niri-flake.nixosModules.niri
|
||||
|
||||
{
|
||||
home-manager = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue