diff --git a/flake.nix b/flake.nix index ed74741a..da0bd13a 100644 --- a/flake.nix +++ b/flake.nix @@ -167,8 +167,6 @@ inputs = { nixpkgs.follows = "nixpkgs"; nixpkgs-stable.follows = "nixpkgs"; - niri-stable.follows = "empty"; - xwayland-satellite-stable.follows = "empty"; }; }; lanzaboote = { diff --git a/systems/daiyousei.nix b/systems/daiyousei.nix index 24c99c35..be5eb9c6 100644 --- a/systems/daiyousei.nix +++ b/systems/daiyousei.nix @@ -22,14 +22,6 @@ web ]); - home-manager.sharedModules = [ - { - programs.niri = { - package = pkgs.niri; - }; - } - ]; - system.stateVersion = "23.11"; }; in {