Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-25 18:16:10 +03:00 committed by GitHub
commit d00700f8c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,6 +147,6 @@ in {
packages.x86_64-linux.tint2 = tint2custom;
packages.x86_64-linux.pcmanfm = pcmanfmdesktop;
packages.x86_64-linux.resethome = resethome;
defaultPackage.x86_64-linux = startmireadesktop;
defaultPackage.x86_64-linux = resethome;
};
}