fix: change name in package.nix

This commit is contained in:
Kiana Sheibani 2025-10-07 20:10:59 -04:00
parent 5907914075
commit d202ca5cc5
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 3 additions and 3 deletions

View file

@ -21,14 +21,14 @@
packages = eachSystem (system: packages = eachSystem (system:
let pkgs = nixpkgs.legacyPackages.${system}; let pkgs = nixpkgs.legacyPackages.${system};
in rec { in rec {
toki-quickshell = pkgs.callPackage ./package.nix { quickshell-toki-night = pkgs.callPackage ./package.nix {
quickshell = quickshell.packages.${system}.default.override { quickshell = quickshell.packages.${system}.default.override {
withX11 = false; withX11 = false;
withI3 = false; withI3 = false;
}; };
fonts = fonts pkgs; fonts = fonts pkgs;
}; };
default = toki-quickshell; default = quickshell-toki-night;
}); });
devShells = eachSystem (system: devShells = eachSystem (system:

View file

@ -16,7 +16,7 @@
hyprsunset hyprsunset
}: }:
let let
pname = "toki-quickshell"; pname = "quickshell-toki-night";
version = "0.1.0"; version = "0.1.0";
runtimeDeps = [ runtimeDeps = [