diff options
author | Akshay <[email protected]> | 2022-01-30 02:49:31 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-01-30 02:49:31 +0000 |
commit | 5b3cbc05e54231392420d08ab3a7f99f68488122 (patch) | |
tree | 37b46e133b28cf930eada266b9f66f5dc3d7bad7 /hosts | |
parent | 0bd9e1a8066706ebf806dbfdd55752bc3cb0a7ae (diff) |
import prompt as flake input
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/olive/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/olive/configuration.nix b/hosts/olive/configuration.nix index 02bf4a5..77e3ffb 100644 --- a/hosts/olive/configuration.nix +++ b/hosts/olive/configuration.nix | |||
@@ -62,6 +62,7 @@ | |||
62 | nixpkgs.overlays = with self.overlays; [ | 62 | nixpkgs.overlays = with self.overlays; [ |
63 | nvim-nightly | 63 | nvim-nightly |
64 | statix | 64 | statix |
65 | prompt | ||
65 | ]; | 66 | ]; |
66 | 67 | ||
67 | environment.systemPackages = with pkgs; [ | 68 | environment.systemPackages = with pkgs; [ |