mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(niri): nixify niri
This commit is contained in:
parent
5b546eff0d
commit
2d4452d900
6 changed files with 404 additions and 33 deletions
|
|
@ -29,6 +29,7 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
niri-flake.url = "github:sodiboo/niri-flake";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -42,6 +43,7 @@
|
|||
nur,
|
||||
caelestia-shell,
|
||||
sops-nix,
|
||||
niri-flake,
|
||||
...
|
||||
} @ inputs: let
|
||||
overlays = [
|
||||
|
|
@ -102,6 +104,7 @@
|
|||
plasma-manager.homeModules.plasma-manager
|
||||
nix-flatpak.homeManagerModules.nix-flatpak
|
||||
sops-nix.homeManagerModules.sops
|
||||
niri-flake.homeModules.niri
|
||||
];
|
||||
};
|
||||
"js0ny@nixvirt" = home-manager.lib.homeManagerConfiguration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue