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,
|
inputs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
qs_config = pkgs.callPackage ./quick_config/quick.nix {};
|
qs_config = pkgs.callPackage ./package.nix {};
|
||||||
quick_shell = inputs.quickshell.packages.${pkgs.system}.default;
|
quick_shell = inputs.quickshell.packages.${pkgs.system}.default;
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [quick_shell];
|
environment.systemPackages = [quick_shell];
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{stdenv}:
|
{stdenv}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "quick_shell";
|
pname = "quickshell-config";
|
||||||
version = "stable";
|
version = "stable";
|
||||||
src = ./config;
|
src = ./config;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
Loading…
Add table
Add a link
Reference in a new issue