nix auto formatter
This commit is contained in:
parent
c168b3f0c1
commit
fad8d83815
6 changed files with 44 additions and 27 deletions
7
home.nix
7
home.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ...}:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enables nix commands + flakes
|
||||
|
|
@ -21,8 +21,7 @@
|
|||
syncplay
|
||||
];
|
||||
|
||||
programs.neovim =
|
||||
{};
|
||||
programs.neovim = { };
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
|
|
@ -43,4 +42,4 @@
|
|||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue