Fix settings, move vscodium alias to personal-only
parent
4989388dd5
commit
fbd6dd9147
|
@ -149,6 +149,9 @@
|
||||||
];
|
];
|
||||||
games.enable = true;
|
games.enable = true;
|
||||||
home-manager.sharedModules = [{
|
home-manager.sharedModules = [{
|
||||||
|
programs.fish.shellAliases = {
|
||||||
|
code = "${pkgs.vscodium}/bin/codium";
|
||||||
|
};
|
||||||
programs.git.userEmail = "mat@mat.services";
|
programs.git.userEmail = "mat@mat.services";
|
||||||
programs.git.userName = "mat ess";
|
programs.git.userName = "mat ess";
|
||||||
programs.ssh.matchBlocks.remarkable = {
|
programs.ssh.matchBlocks.remarkable = {
|
||||||
|
@ -170,8 +173,8 @@
|
||||||
networking.knownNetworkServices = [
|
networking.knownNetworkServices = [
|
||||||
"Wi-Fi"
|
"Wi-Fi"
|
||||||
];
|
];
|
||||||
nix.buildCores = 2;
|
nix.settings.cores = 2;
|
||||||
nix.maxJobs = 5;
|
nix.settings.max-jobs = 5;
|
||||||
|
|
||||||
games.enable = false;
|
games.enable = false;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
@ -157,7 +157,7 @@
|
||||||
argumentNames = [ "file" ];
|
argumentNames = [ "file" ];
|
||||||
body = ''
|
body = ''
|
||||||
if test -z "$file"
|
if test -z "$file"
|
||||||
set -l file flake.nix
|
set file flake.nix
|
||||||
end
|
end
|
||||||
from-nix kak $file
|
from-nix kak $file
|
||||||
'';
|
'';
|
||||||
|
@ -205,7 +205,6 @@
|
||||||
ls = "${exa}/bin/exa";
|
ls = "${exa}/bin/exa";
|
||||||
ll = "ls -l --time-style long-iso --icons";
|
ll = "ls -l --time-style long-iso --icons";
|
||||||
la = "ll -a";
|
la = "ll -a";
|
||||||
code = "${vscodium}/bin/codium";
|
|
||||||
http = "${xh}/bin/xh";
|
http = "${xh}/bin/xh";
|
||||||
https = "${xh}/bin/xhs";
|
https = "${xh}/bin/xhs";
|
||||||
top = "${bottom}/bin/btm";
|
top = "${bottom}/bin/btm";
|
||||||
|
|
Loading…
Reference in New Issue