niri fixes
This commit is contained in:
parent
b368375a37
commit
890b8c0d5e
4 changed files with 288 additions and 116 deletions
|
@ -8,6 +8,7 @@
|
|||
};
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
stylix.url = "github:danth/stylix";
|
||||
niri-flake.url = "github:sodiboo/niri-flake";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -15,6 +16,7 @@
|
|||
home-manager,
|
||||
stylix,
|
||||
nvf,
|
||||
niri-flake,
|
||||
...
|
||||
}: let
|
||||
system = "x86_64-linux";
|
||||
|
@ -26,6 +28,8 @@
|
|||
./home.nix
|
||||
stylix.homeModules.stylix
|
||||
nvf.homeManagerModules.default
|
||||
niri-flake.homeModules.config
|
||||
niri-flake.homeModules.stylix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue