meow
This commit is contained in:
parent
fdfb63efdf
commit
1c68283f06
4 changed files with 83 additions and 30 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue