diff options
| author | 2024-01-30 13:26:03 -0800 | |
|---|---|---|
| committer | 2024-01-30 13:26:03 -0800 | |
| commit | ce63d1fc5b3e69f2b4beb4b3251a46dbae42c31a (patch) | |
| tree | da7a664e70f65cf5713e2217e2b1a04735468ea6 /oni/home | |
| parent | 0aa0b2396219aaa5b1ac3f31d8260cbc2606f61a (diff) | |
| download | new-dotfiles-ce63d1fc5b3e69f2b4beb4b3251a46dbae42c31a.tar.gz new-dotfiles-ce63d1fc5b3e69f2b4beb4b3251a46dbae42c31a.zip | |
Add ‘tym’ package
Tym is a terminal emulator that can be configured through Lua, which means it
can be configured through Fennel.
Diffstat (limited to 'oni/home')
| -rw-r--r-- | oni/home/config/rincewind.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 4191d40..9d9e83a 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -206,6 +206,8 @@ #:select (shutdown-rofi)) #:use-module ((oni packages stumpwm) #:select (stumpwm+swank)) + #:use-module ((oni packages terminals) + #:select (tym)) #:use-module ((oop goops) #:select (make))) @@ -327,7 +329,9 @@ ;; Might be needed for certain icons? hicolor-icon-theme ;; Might be needed for cetrificates - nss-certs)) + nss-certs + + tym)) (services (list |
