chore: run nixfmt

This commit is contained in:
Youwen Wu 2024-08-06 00:13:05 -07:00
parent ccd6199d95
commit 1236708729
5 changed files with 8 additions and 8 deletions

View file

@ -67,7 +67,7 @@
./modules/home-manager/linux/desktop.nix ./modules/home-manager/linux/desktop.nix
./modules/home-manager/linux/programs.nix ./modules/home-manager/linux/programs.nix
./modules/home-manager/common/core.nix ./modules/home-manager/common/core.nix
./modules/home-manager/linux/catppuccin.nix ./modules/home-manager/linux/catppuccin.nix
inputs.catppuccin.homeManagerModules.catppuccin inputs.catppuccin.homeManagerModules.catppuccin
]; ];
}; };

View file

@ -12,7 +12,7 @@
left_padding = 12; left_padding = 12;
right_padding = 12; right_padding = 12;
window_gap = 10; window_gap = 10;
split_ratio = 0.50; split_ratio = 0.5;
split_type = "auto"; split_type = "auto";
layout = "bsp"; layout = "bsp";
mouse_modifier = "fn"; mouse_modifier = "fn";

View file

@ -10,9 +10,7 @@
''; '';
}; };
programs.fzf = pkgs.lib.mkDefault { programs.fzf = pkgs.lib.mkDefault { enable = true; };
enable = true;
};
programs.git = pkgs.lib.mkDefault { programs.git = pkgs.lib.mkDefault {
enable = true; enable = true;

View file

@ -19,8 +19,9 @@
# xxx # xxx
# ''; # '';
home.file.".config/neofetch/config.conf".source = ../../../config/neofetch.conf; home.file.".config/neofetch/config.conf".source =
../../../config/neofetch.conf;
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [
neofetch neofetch

View file

@ -19,7 +19,8 @@
# xxx # xxx
# ''; # '';
home.file.".config/neofetch/config.conf".source = ../../../config/neofetch.conf; home.file.".config/neofetch/config.conf".source =
../../../config/neofetch.conf;
home.file.".wallpapers" = { home.file.".wallpapers" = {
source = ../../../wallpapers; source = ../../../wallpapers;
recursive = true; recursive = true;