quickshell: init

This commit is contained in:
Charlie Root 2024-10-09 22:49:23 +02:00
commit b458408f12
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
3 changed files with 49 additions and 0 deletions

View file

@ -64,5 +64,10 @@
};
# Wrapper-manager for safely wrapping some packages.
wrapper-manager.url = "github:viperML/wrapper-manager";
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}