diff options
| author | Grigory Shipunov | 2023-03-27 16:29:51 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-03-27 16:29:51 +0200 |
| commit | 3d43670d9ae4fd66561cd649ea94b932d2aca628 (patch) | |
| tree | 2c4017bc32d2e123320e6e7fddd3adda18e2aec6 /modules/basic-tools | |
| parent | 754188e219d69bbcc5c76060858fbdfa9ce978a7 (diff) | |
add glow
Diffstat (limited to 'modules/basic-tools')
| -rw-r--r-- | modules/basic-tools/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 3d26eaf..3ed4f9f 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, inputs, ... }: +{ pkgs, ... }: { imports = [ @@ -13,6 +13,7 @@ file git gnupg + glow htop irssi killall |
