nixbook: update
This commit is contained in:
parent
30a1a46729
commit
1af7b80a6f
5 changed files with 29 additions and 174 deletions
|
|
@ -11,7 +11,7 @@
|
|||
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
||||
};
|
||||
autocd = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
completionInit = ''
|
||||
autoload -U compinit && compinit
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
notify = true;
|
||||
};
|
||||
|
||||
programs.rbw.settings.pinentry = "gnome3";
|
||||
programs.rbw.settings.pinentry = pkgs.pinentry-gnome3;
|
||||
|
||||
home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
|
||||
home.file.".config/pipewire/pipewire.conf.d/raop-discover.conf".text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue