diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-02 18:09:26 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-02 18:09:26 -0700 |
commit | f98a6ffe7353fad1fda2f59ef79decf17c1c4f2c (patch) | |
tree | 9ec0c1596a23ea4c1d4265c93cccfea06684ac78 /profiles | |
parent | modules: fix configuration for drone-runner-exec (diff) | |
download | world-f98a6ffe7353fad1fda2f59ef79decf17c1c4f2c.tar.gz |
home: install the drone CLI
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop/default.nix | 1 |
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"; |