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 {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
niri.nixosModules.niri
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
@ -21,7 +22,6 @@
|
|||
home-manager.users.ahurac.imports = [
|
||||
flatpaks.homeManagerModules.nix-flatpak
|
||||
anyrun.homeManagerModules.default
|
||||
niri.homeModules.niri
|
||||
./ahrc-pc/home.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue