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:
|
||||
let pkgs = nixpkgs.legacyPackages.${system};
|
||||
in rec {
|
||||
toki-quickshell = pkgs.callPackage ./package.nix {
|
||||
quickshell-toki-night = pkgs.callPackage ./package.nix {
|
||||
quickshell = quickshell.packages.${system}.default.override {
|
||||
withX11 = false;
|
||||
withI3 = false;
|
||||
};
|
||||
fonts = fonts pkgs;
|
||||
};
|
||||
default = toki-quickshell;
|
||||
default = quickshell-toki-night;
|
||||
});
|
||||
|
||||
devShells = eachSystem (system:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
hyprsunset
|
||||
}:
|
||||
let
|
||||
pname = "toki-quickshell";
|
||||
pname = "quickshell-toki-night";
|
||||
version = "0.1.0";
|
||||
|
||||
runtimeDeps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue