Use alejandra for formatting Nix files
This commit is contained in:
parent
7db4788e49
commit
7302dae7ec
17 changed files with 273 additions and 244 deletions
|
@ -1,6 +1,9 @@
|
|||
{ inputs, pkgs, username, self }:
|
||||
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
username,
|
||||
self,
|
||||
}: {
|
||||
home.username = "${username}";
|
||||
home.homeDirectory = "/home/${username}";
|
||||
|
||||
|
@ -9,7 +12,7 @@
|
|||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
(import ./modules/neovim.nix { inherit inputs; })
|
||||
(import ./modules/neovim.nix {inherit inputs;})
|
||||
./modules/git.nix
|
||||
./modules/starship.nix
|
||||
./modules/tmux.nix
|
||||
|
@ -38,7 +41,7 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
home.sessionPath = [ "$HOME/.config/bin" ];
|
||||
home.sessionPath = ["$HOME/.config/bin"];
|
||||
|
||||
xdg.configFile."ripgrep/config".text = ''
|
||||
--follow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue