non important commit
This commit is contained in:
parent
909354351b
commit
7a07ecaa77
6 changed files with 2 additions and 2 deletions
|
Before Width: | Height: | Size: 915 B After Width: | Height: | Size: 915 B |
|
Before Width: | Height: | Size: 877 B After Width: | Height: | Size: 877 B |
|
|
@ -3,7 +3,7 @@
|
|||
inputs,
|
||||
...
|
||||
}: let
|
||||
qs_config = pkgs.callPackage ./quick_config/quick.nix {};
|
||||
qs_config = pkgs.callPackage ./package.nix {};
|
||||
quick_shell = inputs.quickshell.packages.${pkgs.system}.default;
|
||||
in {
|
||||
environment.systemPackages = [quick_shell];
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{stdenv}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "quick_shell";
|
||||
pname = "quickshell-config";
|
||||
version = "stable";
|
||||
src = ./config;
|
||||
installPhase = ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue