diff --git a/home-manager/flake.lock b/home-manager/flake.lock index 23a6986..f0d022a 100644 --- a/home-manager/flake.lock +++ b/home-manager/flake.lock @@ -146,11 +146,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1730220530, - "narHash": "sha256-CRihEEXQNWxeo1uYmXWFR5RGUFiABbhFvuYX4RKX1J0=", + "lastModified": 1730221053, + "narHash": "sha256-jUBneD6xhjyIi5u0PqMKSUypaiTY9CBbsTBccPeywbo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "885c7a77d4d1762cf456d4a7a77cb7061d412221", + "rev": "99fc8650b2e85bf36a3d5c629b63a332c707c0fe", "type": "github" }, "original": { diff --git a/home-manager/progs/niri.nix b/home-manager/progs/niri.nix index 18f0bd5..f56a0e2 100644 --- a/home-manager/progs/niri.nix +++ b/home-manager/progs/niri.nix @@ -20,6 +20,16 @@ }; }; + layout = { + gaps = 16; + struts = { + # left = 16; + # right = 16; + top = -8; + # bottom = 16; + }; + }; + spawn-at-startup = [ # waybar (status bar) { command = [ "${pkgs.waybar}/bin/waybar" ]; }