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
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
# 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; [
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue