This commit is contained in:
Schrottkatze 2023-09-25 19:24:42 +02:00
parent fdfb63efdf
commit 1c68283f06
4 changed files with 83 additions and 30 deletions

View file

@ -153,6 +153,7 @@ in with lib; {
notifications.x11.enable = true;
notifications.test = true;
};
services.colord.enable = true;
home-manager.users.jade = { pkgs, ... }: {
programs.bat = {
@ -167,6 +168,9 @@ in with lib; {
enable = true;
package = config.users.defaultUserShell;
configFile.source = ../../other/config.nu;
extraConfig = ''
source ${pkgs.nu_scripts}/share/nu_scripts/modules/nix/nix.nu;
'';
};
programs.ripgrep = {
enable = true;
@ -196,6 +200,9 @@ in with lib; {
magic-wormhole-rs
argyllcms
displaycal
# carapace completer
carapace