fix: meep

This commit is contained in:
Kat Inskip 2025-08-07 15:29:41 -06:00
parent 65c0a042b5
commit 3041f5458f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 0 additions and 10 deletions

View file

@ -167,8 +167,6 @@
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs"; nixpkgs-stable.follows = "nixpkgs";
niri-stable.follows = "empty";
xwayland-satellite-stable.follows = "empty";
}; };
}; };
lanzaboote = { lanzaboote = {

View file

@ -22,14 +22,6 @@
web web
]); ]);
home-manager.sharedModules = [
{
programs.niri = {
package = pkgs.niri;
};
}
];
system.stateVersion = "23.11"; system.stateVersion = "23.11";
}; };
in { in {