qtile float centring and tweaks

This commit is contained in:
atagen 2023-10-19 14:29:33 +11:00
parent 79c9f90e53
commit 6cff59b7ef
16 changed files with 776 additions and 164 deletions

View file

@ -39,6 +39,12 @@
nixd.url = "github:nix-community/nixd";
nix-ld-rs = {
url = "github:nix-community/nix-ld-rs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};
qtile = {
url = "path:flakes/qtile";
inputs.nixpkgs.follows = "nixpkgs";
@ -54,6 +60,7 @@
helix,
qtile,
nixd,
nix-ld-rs,
nix-index-database,
nix-rice,
nix-std,