tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
sway: add auto tiling
wiro.world
2 weeks ago
8c6e27dd
0266df8e
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+5
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
sway.nix
+5
home-manager/fragments/sway.nix
···
366
366
gamma = 0.8;
367
367
};
368
368
};
369
369
+
370
370
+
services.autotiling = {
371
371
+
enable = true;
372
372
+
package = pkgs.autotiling-rs;
373
373
+
};
369
374
};
370
375
}