Compare commits

..

No commits in common. "6e7c4e0dce816ea8ca6073477a1c38e2b1a6af16" and "1f4141d43cddd69b509343150e35f0608e279870" have entirely different histories.

2 changed files with 3 additions and 19 deletions

View File

@ -146,11 +146,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1730221053, "lastModified": 1730220530,
"narHash": "sha256-jUBneD6xhjyIi5u0PqMKSUypaiTY9CBbsTBccPeywbo=", "narHash": "sha256-CRihEEXQNWxeo1uYmXWFR5RGUFiABbhFvuYX4RKX1J0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "99fc8650b2e85bf36a3d5c629b63a332c707c0fe", "rev": "885c7a77d4d1762cf456d4a7a77cb7061d412221",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -20,22 +20,6 @@
}; };
}; };
layout = {
gaps = 16;
struts = {
# left = 16;
# right = 16;
top = -8;
# bottom = 16;
};
focus-ring = {
enable = true;
active = {
color = "pink";
};
};
};
spawn-at-startup = [ spawn-at-startup = [
# waybar (status bar) # waybar (status bar)
{ command = [ "${pkgs.waybar}/bin/waybar" ]; } { command = [ "${pkgs.waybar}/bin/waybar" ]; }