aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-12-10 01:51:44 -0800
committerGravatar Tom Willemse2025-12-10 01:51:44 -0800
commit3ba95a71cf8578d2cc33e07e3b5a797be12c8dcb (patch)
tree1679ee40df6bbff86761396f47cf1903ad06f48a
parent4f601995aaff76c798f7fc52f2cc08e1442121b4 (diff)
downloadnew-dotfiles-3ba95a71cf8578d2cc33e07e3b5a797be12c8dcb.tar.gz
new-dotfiles-3ba95a71cf8578d2cc33e07e3b5a797be12c8dcb.zip
pop-os: Add ‘nala’ and default common subcommands
I was hoping that the configuration would be additive onto the original defaults, sadly they get overwritten instead. Now I've added the defaults back.
-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