Fix settings, move vscodium alias to personal-only

main
Matthew Ess 2022-09-06 10:51:18 -04:00
parent 4989388dd5
commit fbd6dd9147
2 changed files with 6 additions and 4 deletions

View File

@ -149,6 +149,9 @@
];
games.enable = true;
home-manager.sharedModules = [{
programs.fish.shellAliases = {
code = "${pkgs.vscodium}/bin/codium";
};
programs.git.userEmail = "mat@mat.services";
programs.git.userName = "mat ess";
programs.ssh.matchBlocks.remarkable = {
@ -170,8 +173,8 @@
networking.knownNetworkServices = [
"Wi-Fi"
];
nix.buildCores = 2;
nix.maxJobs = 5;
nix.settings.cores = 2;
nix.settings.max-jobs = 5;
games.enable = false;
environment.systemPackages = with pkgs; [

View File

@ -157,7 +157,7 @@
argumentNames = [ "file" ];
body = ''
if test -z "$file"
set -l file flake.nix
set file flake.nix
end
from-nix kak $file
'';
@ -205,7 +205,6 @@
ls = "${exa}/bin/exa";
ll = "ls -l --time-style long-iso --icons";
la = "ll -a";
code = "${vscodium}/bin/codium";
http = "${xh}/bin/xh";
https = "${xh}/bin/xhs";
top = "${bottom}/bin/btm";