apparently that s was load bearing. Also, understood i3 gaps.
This commit is contained in:
parent
e27cafb15b
commit
faae2bb604
|
@ -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;};
|
||||||
|
|
|
@ -170,7 +170,6 @@
|
||||||
};
|
};
|
||||||
gaps = {
|
gaps = {
|
||||||
inner = 5;
|
inner = 5;
|
||||||
outer = 2;
|
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
names = ["Fira Code"];
|
names = ["Fira Code"];
|
||||||
|
|
Loading…
Reference in a new issue