flake: quickshell: init
This commit is contained in:
parent
57a0a84398
commit
e311a8759e
3 changed files with 39 additions and 17 deletions
|
@ -61,5 +61,12 @@
|
|||
};
|
||||
|
||||
helix.url = "github:helix-editor/helix";
|
||||
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
# THIS IS IMPORTANT
|
||||
# Mismatched system dependencies will lead to crashes and other issues.
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue