persway
This commit is contained in:
parent
feebf38d8d
commit
a1ea05afff
4 changed files with 466 additions and 80 deletions
18
flake.nix
18
flake.nix
|
@ -9,7 +9,22 @@
|
|||
|
||||
nix-std.url = "github:chessai/nix-std";
|
||||
|
||||
ironbar.url = "github:JakeStanger/ironbar";
|
||||
ironbar = {
|
||||
url = "github:JakeStanger/ironbar";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.rust-overlay.follows = "rust-overlay";
|
||||
};
|
||||
|
||||
persway = {
|
||||
url = "github:johnae/persway";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
# anyrun = {
|
||||
# url = "github:Kirottu/anyrun";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
|
@ -44,6 +59,7 @@
|
|||
home-manager,
|
||||
nur,
|
||||
ironbar,
|
||||
persway,
|
||||
helix,
|
||||
nix-index-database,
|
||||
nix-rice,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue