Fix so programs isn't inside home
This commit is contained in:
parent
8aecd29d58
commit
9a0e018b18
1 changed files with 5 additions and 5 deletions
10
nix/home.nix
10
nix/home.nix
|
|
@ -1,11 +1,11 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
programs = {
|
||||||
|
zsh = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
programs = {
|
|
||||||
zsh = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
fzf
|
fzf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue