fix(flake): way niri is handled
This commit is contained in:
parent
81c293621e
commit
829e76eb56
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
nixosConfigurations.ahrc-pc = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.ahrc-pc = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
niri.nixosModules.niri
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
@ -21,7 +22,6 @@
|
||||||
home-manager.users.ahurac.imports = [
|
home-manager.users.ahurac.imports = [
|
||||||
flatpaks.homeManagerModules.nix-flatpak
|
flatpaks.homeManagerModules.nix-flatpak
|
||||||
anyrun.homeManagerModules.default
|
anyrun.homeManagerModules.default
|
||||||
niri.homeModules.niri
|
|
||||||
./ahrc-pc/home.nix
|
./ahrc-pc/home.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue