updated home-manager config
This commit is contained in:
parent
03e2f71620
commit
eac198d9cf
1 changed files with 5 additions and 1 deletions
6
home.nix
6
home.nix
|
@ -31,6 +31,10 @@
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./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.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -60,7 +64,7 @@
|
||||||
comma
|
comma
|
||||||
openconnect
|
openconnect
|
||||||
gnumake
|
gnumake
|
||||||
(pkgs.callPackage ./zed-editor.nix {})
|
zed-editor
|
||||||
#productivty
|
#productivty
|
||||||
todoist-electron
|
todoist-electron
|
||||||
#Gaming
|
#Gaming
|
||||||
|
|
Loading…
Reference in a new issue