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;
|
||||
};
|
||||
|
||||
imports = [
|
||||
./zed-editor.nix
|
||||
];
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
|
@ -60,7 +64,7 @@
|
|||
comma
|
||||
openconnect
|
||||
gnumake
|
||||
(pkgs.callPackage ./zed-editor.nix {})
|
||||
zed-editor
|
||||
#productivty
|
||||
todoist-electron
|
||||
#Gaming
|
||||
|
|
Loading…
Reference in a new issue