added niri, not setup yet
also updated flake
This commit is contained in:
parent
f0aad31075
commit
4a57d46190
3 changed files with 147 additions and 50 deletions
|
@ -50,6 +50,11 @@
|
|||
};
|
||||
|
||||
musnix.url = "github:musnix/musnix";
|
||||
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -149,6 +154,8 @@
|
|||
inputs.nvf.homeManagerModules.default
|
||||
inputs.stylix.homeModules.stylix
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.niri.homeModules.niri
|
||||
inputs.niri.homeModules.stylix
|
||||
];
|
||||
};
|
||||
# set formatter, using nixfmt-tree here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue