swayosd flake, better multihead

This commit is contained in:
atagen 2024-01-13 01:53:30 +11:00
parent a45ac1792c
commit 7882fe6841
9 changed files with 266 additions and 68 deletions

View file

@ -49,6 +49,11 @@
url = "path:flakes/qtile";
inputs.nixpkgs.follows = "nixpkgs";
};
swayosd = {
url = "path:flakes/swayosd";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@ -59,6 +64,7 @@
nur,
helix,
qtile,
swayosd,
nixd,
nix-ld-rs,
nix-index-database,