this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(home): add extra directories for direnv

+4 -3
+3 -2
home/common/shell/tools.nix
··· 19 19 20 20 programs.bat = { 21 21 enable = true; 22 - extraPackages = [pkgs.bat-extras.batgrep]; 23 22 config = { 24 23 theme = "DarkNeon"; 25 24 italic-text = "always"; ··· 38 37 enable = true; 39 38 nix-direnv.enable = true; 40 39 config.whitelist.prefix = [ 41 - "${config.home.homeDirectory}/Projects/personal" 42 40 "${config.home.homeDirectory}/Projects/bots-gg" 41 + "${config.home.homeDirectory}/Projects/dijit" 42 + "${config.home.homeDirectory}/Projects/personal" 43 + "${config.home.homeDirectory}/Projects/work" 43 44 ]; 44 45 }; 45 46
+1 -1
home/desktop/default.nix
··· 27 27 font.name = "Iosevka Solai"; 28 28 font.size = 12; 29 29 shellIntegration.enableFishIntegration = true; 30 - theme = "Rosé Pine"; 30 + themeFile = "rose-pine"; 31 31 settings = { 32 32 cursor_shape = "block"; 33 33 cursor_shape_unfocused = "hollow";