updated home-manager config
This commit is contained in:
parent
9f9dfd3758
commit
7b20154aeb
1 changed files with 3 additions and 3 deletions
6
home.nix
6
home.nix
|
@ -31,9 +31,9 @@
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
# imports = [
|
||||||
./zed-editor.nix
|
# ./zed-editor.nix
|
||||||
];
|
# ];
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
|
|
Loading…
Reference in a new issue