aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
Diffstat (limited to 'oni')
-rw-r--r--oni/home/config/pop-os.scm54
1 files changed, 37 insertions, 17 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm
index f7e11ec..9ed904e 100644
--- a/oni/home/config/pop-os.scm
+++ b/oni/home/config/pop-os.scm
@@ -114,23 +114,43 @@
(define oni-home-zsh-configuration
(home-module
- (services (list home-zsh-service
- ;; This has to be the first extension because it needs to be added to the
- ;; configuration last.
- (service home-zsh-syntax-highlighting-service-type)
- (service home-zsh-autosuggestions-service-type)
- (service home-zsh-contextual-abbrevs-service-type)
- (service home-zsh-atuin-service-type
- (home-zsh-atuin-configuration
- (inline-height 20)
- (filter-mode 'directory)
- (history-filter
- '("^ +"))
- (enter-accept #t)
- (common-subcommands
- '("guix"))
- (sync-address "http://phoenix.fold-kanyu.ts.net:8888")
- (search-mode "skim")))))))
+ (services (list home-zsh-service
+ ;; This has to be the first extension because it needs to be added to the
+ ;; configuration last.
+ (service home-zsh-syntax-highlighting-service-type)
+ (service home-zsh-autosuggestions-service-type)
+ (service home-zsh-contextual-abbrevs-service-type)
+ (service home-zsh-atuin-service-type
+ (home-zsh-atuin-configuration
+ (inline-height 20)
+ (filter-mode 'directory)
+ (history-filter
+ '("^ +"))
+ (enter-accept #t)
+ (common-subcommands
+ '("guix"
+ "nala"
+ "apt"
+ "cargo"
+ "composer"
+ "dnf"
+ "docker"
+ "git"
+ "go"
+ "ip"
+ "kubectl"
+ "nix"
+ "nmcli"
+ "npm"
+ "pecl"
+ "pnpm"
+ "podman"
+ "port"
+ "systemctl"
+ "tmux"
+ "yarn"))
+ (sync-address "http://phoenix.fold-kanyu.ts.net:8888")
+ (search-mode "skim")))))))
(define oni-home-herbstluftwm-configuration
(home-module