commit | 82cc5a4fe857a85bf673b15f4d7db1ac20c92938 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Sat May 25 00:06:48 2024 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Sat May 25 17:57:54 2024 +0000 |
tree | 054e1dd345b1cebab00c2ff85cc6bb00e0517bb0 | |
parent | 32009b74136ea8a3d0b891019ff8f1b78fdcab1f [diff] |
feat(minion,greylag): install useful packages I currently use logseq for my notetaking wl-clipboard should probably be added to our wayland modules in the future, but for now I will install it only for myself Change-Id: I4acf80aee401b3411e5f3a080e478cfb0276b238 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/708 Tested-by: Skyler Grey <minion@clicks.codes> Reviewed-by: Skyler Grey <minion@clicks.codes>
diff --git a/homes/x86_64-linux/minion@greylag/default.nix b/homes/x86_64-linux/minion@greylag/default.nix index 5dbbcdc..0c5eb0a 100644 --- a/homes/x86_64-linux/minion@greylag/default.nix +++ b/homes/x86_64-linux/minion@greylag/default.nix
@@ -20,6 +20,9 @@ }: { chimera.minion.enable = true; + home.packages = [ + pkgs.wl-clipboard + ]; chimera.waybar = { modules.temperature.hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input";
diff --git a/modules/home/users/minion/default.nix b/modules/home/users/minion/default.nix index 45f7530..88f6be0 100644 --- a/modules/home/users/minion/default.nix +++ b/modules/home/users/minion/default.nix
@@ -19,6 +19,10 @@ in { chimera.shell.rebuildFlakePath = "/home/skyler/Code/nix/configs/personal"; + home.packages = [ + pkgs.logseq + ]; + programs.git.includes = lib.mapAttrsToList git_email_to_include_option