about summary refs log tree commit diff
path: root/profiles/desktop/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-02 18:09:26 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-02 18:09:26 -0700
commitf98a6ffe7353fad1fda2f59ef79decf17c1c4f2c (patch)
tree9ec0c1596a23ea4c1d4265c93cccfea06684ac78 /profiles/desktop/default.nix
parentmodules: fix configuration for drone-runner-exec (diff)
downloadworld-f98a6ffe7353fad1fda2f59ef79decf17c1c4f2c.tar.gz
home: install the drone CLI
Diffstat (limited to 'profiles/desktop/default.nix')
-rw-r--r--profiles/desktop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desktop/default.nix b/profiles/desktop/default.nix
index 2f3b26e..c0c4a9f 100644
--- a/profiles/desktop/default.nix
+++ b/profiles/desktop/default.nix
@@ -15,6 +15,7 @@ in {
       home = {
         emacs.enable = true;
         direnv.enable = true;
+        drone-cli.enable = true;
         firefox.enable = true;
         pcmanfm.enable = true;
         terminal.program = "alacritty";