diff options
author | Akshay <[email protected]> | 2023-01-22 05:14:53 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-22 05:14:53 +0000 |
commit | 4a6725d5c01c804c96205d99663606dec4d0327e (patch) | |
tree | e7d2689376095fbe866abd228c5447b03021deda /hosts | |
parent | d328d8acc452f1d22dd6395e82e616aa4605fd38 (diff) |
add rotate scripts
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/myrtle/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index 2f47776..3bd8c56 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix | |||
@@ -42,6 +42,8 @@ | |||
42 | nixpkgs.overlays = with self.overlays; [ | 42 | nixpkgs.overlays = with self.overlays; [ |
43 | # statix | 43 | # statix |
44 | prompt | 44 | prompt |
45 | better-text-objs | ||
46 | vim-colors-plain | ||
45 | ]; | 47 | ]; |
46 | 48 | ||
47 | environment.systemPackages = with pkgs; [ | 49 | environment.systemPackages = with pkgs; [ |