Update flake.nix

corrected
This commit is contained in:
Gregory Bednov 2025-01-02 21:48:00 +03:00 committed by GitHub
commit eb2f8cd95d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ printf "$str\n\n^tag(apps-dir-Powermenu)\nВыключить,${powermenu} powero
fi fi
''; '';
in { in {
packages.x86_64-linux.xinitrc = startmireadesktop; packages.x86_64-linux.startmireadesktop = startmireadesktop;
defaultPackage.x86_64-linux = startmireadesktop; defaultPackage.x86_64-linux = startmireadesktop;
}; };
} }