qtile float centring and tweaks
This commit is contained in:
parent
79c9f90e53
commit
6cff59b7ef
16 changed files with 776 additions and 164 deletions
|
@ -17,6 +17,7 @@
|
|||
outputs.overlays.rice
|
||||
inputs.helix.overlays.default
|
||||
inputs.nixd.overlays.default
|
||||
inputs.nix-ld-rs.overlays.default
|
||||
# inputs.eww.overlays.default
|
||||
];
|
||||
config = {
|
||||
|
@ -181,6 +182,11 @@
|
|||
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
package = pkgs.nix-ld-rs;
|
||||
};
|
||||
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall = {
|
||||
# trustedInterfaces = ["tailscale0"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue