fix: change name in package.nix
This commit is contained in:
parent
5907914075
commit
d202ca5cc5
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue