This commit is contained in:
John Lancaster
2026-06-14 08:11:55 -05:00
parent ceeba1c786
commit ecb640fa45
-5
View File
@@ -3,11 +3,6 @@
programs.niri = {
enable = true;
package = self.packages.${pkgs.stdenv.hostPlatform.system}.myNiri;
spawn-at-startup = [
{
command = [ "noctalia-shell" ];
}
];
};
};