mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: meep
This commit is contained in:
parent
65c0a042b5
commit
3041f5458f
2 changed files with 0 additions and 10 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -22,14 +22,6 @@
|
||||||
web
|
web
|
||||||
]);
|
]);
|
||||||
|
|
||||||
home-manager.sharedModules = [
|
|
||||||
{
|
|
||||||
programs.niri = {
|
|
||||||
package = pkgs.niri;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue