apparently that s was load bearing. Also, understood i3 gaps.

This commit is contained in:
Gabe Venberg 2024-04-04 19:50:47 -05:00
parent e27cafb15b
commit faae2bb604
2 changed files with 1 additions and 2 deletions

View file

@ -39,7 +39,7 @@
# Standalone home-manager configuration entrypoint # Standalone home-manager configuration entrypoint
# Available through 'home-manager --flake .#your-username@your-hostname' # Available through 'home-manager --flake .#your-username@your-hostname'
homeConfiguration = { homeConfigurations = {
"gabe@archlaptop" = home-manager.lib.homeManagerConfiguration { "gabe@archlaptop" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
extraSpecialArgs = {inherit inputs outputs;}; extraSpecialArgs = {inherit inputs outputs;};

View file

@ -170,7 +170,6 @@
}; };
gaps = { gaps = {
inner = 5; inner = 5;
outer = 2;
}; };
fonts = { fonts = {
names = ["Fira Code"]; names = ["Fira Code"];