From faae2bb6043822217cf723807e877d81d6c6c61b Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 4 Apr 2024 19:50:47 -0500 Subject: [PATCH] apparently that s was load bearing. Also, understood i3 gaps. --- flake.nix | 2 +- modules/both/i3/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 66e0bd9..277a096 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ # Standalone home-manager configuration entrypoint # Available through 'home-manager --flake .#your-username@your-hostname' - homeConfiguration = { + homeConfigurations = { "gabe@archlaptop" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance extraSpecialArgs = {inherit inputs outputs;}; diff --git a/modules/both/i3/default.nix b/modules/both/i3/default.nix index fce1f5f..b656214 100644 --- a/modules/both/i3/default.nix +++ b/modules/both/i3/default.nix @@ -170,7 +170,6 @@ }; gaps = { inner = 5; - outer = 2; }; fonts = { names = ["Fira Code"];