diff options
| author | 2025-12-10 01:11:53 -0800 | |
|---|---|---|
| committer | 2025-12-10 01:11:53 -0800 | |
| commit | 5918ac6cc3a873fa93ede3bf8b30aef8ab7da12b (patch) | |
| tree | b6e40ab4e7c19871f6d786189269fcf299143f04 /oni/home/config/pop-os.scm | |
| parent | 64f126df314514e6792a0f2ffa490fa152890e06 (diff) | |
| download | new-dotfiles-5918ac6cc3a873fa93ede3bf8b30aef8ab7da12b.tar.gz new-dotfiles-5918ac6cc3a873fa93ede3bf8b30aef8ab7da12b.zip | |
atuin: Add ‘guix’ as a common-prefix command
Diffstat (limited to 'oni/home/config/pop-os.scm')
| -rw-r--r-- | oni/home/config/pop-os.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 852ba24..9fc0c0c 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -126,7 +126,9 @@ (filter-mode 'directory) (history-filter '("^ +")) - (enter-accept #t))))))) + (enter-accept #t) + (common-subcommands + '("guix")))))))) (define oni-home-herbstluftwm-configuration (home-module |
