Compare commits

..

No commits in common. "33791dc3ed3c71344e4148ce653cf55e0e52f333" and "17a3ae3a89abd70ffa979e9dc9f0d7264fa1a3ec" have entirely different histories.

2 changed files with 7 additions and 8 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1686922395, "lastModified": 1686241374,
"narHash": "sha256-ysevinohPxdKp0RXyhDRsz1/vh1eXazg4AWp0n5X/U4=", "narHash": "sha256-fxlUjZx3VtQvNPTp/YX9uY//1UPbR3CBvUL3ajDRCyE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9ba7b3990eb1f4782ea3f5fe7ac4f3c88dd7a32c", "rev": "f889ec0ec366e3ad8fb94e3afa7a31f3ee1da3b9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1686869522, "lastModified": 1686135559,
"narHash": "sha256-tbJ9B8WLCTnVP/LwESRlg0dII6Zyg2LmUU/mB9Lu98E=", "narHash": "sha256-pY8waAV8K/sbHBdLn5diPFnQKpNg0YS9w03MrD2lUGE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7c67f006ea0e7d0265f16d7df07cc076fdffd91f", "rev": "381e92a35e2d196fdd6077680dca0cd0197e75cb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -34,8 +34,7 @@ in with theme.colors; {
config = { config = {
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
modifier = mod; modifier = mod;
# Causes alt usage to break in programs i.e. Blender floating.modifier = "Mod1";
#floating.modifier = "Mod1";
gaps = { gaps = {
inner = 12; inner = 12;
smartGaps = true; smartGaps = true;