diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-02 12:29:11 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-02 13:05:15 +0100 |
commit | ddd0dfab87c7296c1fe9233562f91730d3c8c674 (patch) | |
tree | dfe0c342136ac7e116007210e19455e76f9bd18e /hosts/home.nix | |
parent | Home: Install emacs packages (diff) | |
download | nixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.tar.gz nixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.tar.bz2 nixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.zip |
fmt
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 576cce5..b64cf1d 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -167,16 +167,16 @@ dashboard projectile - + corfu kind-icon - eldoc-box - + eldoc-box + vertico consult orderless marginalia - + treesit-auto go-mode @@ -376,7 +376,7 @@ }; home.sessionPath = [ - "/home/${user}/.cargo/bin" + "/home/${user}/.cargo/bin" ]; # For disabling the automatic creation of $HOME/Desktop |