nixfmt everything
This commit is contained in:
parent
dbf843d70f
commit
d92420451d
30 changed files with 383 additions and 330 deletions
|
|
@ -5,13 +5,14 @@
|
|||
username = "user";
|
||||
homeDirectory = "/home/user";
|
||||
stateVersion = "22.05";
|
||||
sessionVariables = {
|
||||
EDITOR = "micro";
|
||||
};
|
||||
sessionVariables = { EDITOR = "micro"; };
|
||||
file = {
|
||||
".config/btop/themes/catppuccin_mocha.theme".source = "${inputs.dotfiles}/.config/btop/themes/catppuccin_mocha.theme";
|
||||
".config/fish/themes/Catppuccin Mocha.theme".source = "${inputs.dotfiles}/.config/fish/themes/Catppuccin Mocha.theme";
|
||||
".config/starship.toml".source = "${inputs.dotfiles}/.config/starship.toml";
|
||||
".config/btop/themes/catppuccin_mocha.theme".source =
|
||||
"${inputs.dotfiles}/.config/btop/themes/catppuccin_mocha.theme";
|
||||
".config/fish/themes/Catppuccin Mocha.theme".source =
|
||||
"${inputs.dotfiles}/.config/fish/themes/Catppuccin Mocha.theme";
|
||||
".config/starship.toml".source =
|
||||
"${inputs.dotfiles}/.config/starship.toml";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue