mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: run nixfmt
This commit is contained in:
parent
ccd6199d95
commit
1236708729
5 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@
|
|||
./modules/home-manager/linux/desktop.nix
|
||||
./modules/home-manager/linux/programs.nix
|
||||
./modules/home-manager/common/core.nix
|
||||
./modules/home-manager/linux/catppuccin.nix
|
||||
./modules/home-manager/linux/catppuccin.nix
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
];
|
||||
};
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
left_padding = 12;
|
||||
right_padding = 12;
|
||||
window_gap = 10;
|
||||
split_ratio = 0.50;
|
||||
split_ratio = 0.5;
|
||||
split_type = "auto";
|
||||
layout = "bsp";
|
||||
mouse_modifier = "fn";
|
||||
|
|
|
@ -10,9 +10,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
programs.fzf = pkgs.lib.mkDefault {
|
||||
enable = true;
|
||||
};
|
||||
programs.fzf = pkgs.lib.mkDefault { enable = true; };
|
||||
|
||||
programs.git = pkgs.lib.mkDefault {
|
||||
enable = true;
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
# 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.
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
# xxx
|
||||
# '';
|
||||
|
||||
home.file.".config/neofetch/config.conf".source = ../../../config/neofetch.conf;
|
||||
home.file.".config/neofetch/config.conf".source =
|
||||
../../../config/neofetch.conf;
|
||||
home.file.".wallpapers" = {
|
||||
source = ../../../wallpapers;
|
||||
recursive = true;
|
||||
|
|
Loading…
Reference in a new issue