updated home-manager config

This commit is contained in:
Natalie Marks 2024-03-11 06:03:16 -07:00
parent 03e2f71620
commit eac198d9cf

View file

@ -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