From 3041f5458faf29d03591995c9f7699d052cb7277 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Thu, 7 Aug 2025 15:29:41 -0600 Subject: [PATCH] fix: meep --- flake.nix | 2 -- systems/daiyousei.nix | 8 -------- 2 files changed, 10 deletions(-) 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 {