commit | f68685dc7059e31dcd58135137f601cbd881c30a | [log] [tgz] |
---|---|---|
author | Samuel Shuert <coded@clicks.codes> | Sat Oct 28 20:07:56 2023 -0400 |
committer | Skyler Grey <minion@clicks.codes> | Thu Nov 16 22:53:33 2023 +0000 |
tree | abc11f485cd945c6539adb2e8b4867b6565a4f1b | |
parent | 8faa2562e0499d7aa68b7a4c2c9e6ad11353567e [diff] [blame] |
Move all flakes into modules/ and sep't, create deploy script for a1d2 Change-Id: Ie4d50fb8f16da193195beb139922a366b72b0b0a
diff --git a/modules/common/shell.nix b/modules/common/shell.nix new file mode 100644 index 0000000..18889bd --- /dev/null +++ b/modules/common/shell.nix
@@ -0,0 +1,4 @@ +{ pkgs, ... }: { + programs.zsh.enable = true; + environment.systemPackages = with pkgs; [ vim wget ]; +}