The Grind - HyprShell
A future starter shell for HyprLand.
Testing and Development
- Clone the repository and cd into it
make dev
This will symlink the repo to ~/.config/quickshell
and start the quickshell process. You'll be able to see your
changes as you work.
Installation
To install it permanently, you just have to copy the contents of the repo
to ~/.config/quickshell
. Do that how you must.
Nix Flake (The Real Cool Way)
Add this to your flake.nix
. Make sure you have the home manager module.
inputs = {
hyprshell.url = "git+https://gitgud.foo/thegrind/hypr-shell.git";
};
Then in your configuration.nix
# Enable home manager
home-manager = {
extraSpecialArgs = { inherit inputs; };
users.[your username].imports = inputs.hyprshell.homeManagerModules.default;
}
Description
Languages
QML
88.3%
Nix
7.9%
Makefile
3.8%