Small changes

main
mat ess 2022-08-30 19:02:10 -04:00
parent cdcd4d1445
commit e35a4b91ac
4 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,7 @@
# See workaround at ../home/copyApplications.nix
environment.systemPackages = with pkgs; [
discord-ptb
element-desktop
# firefox *
kitty
lagrange

View File

@ -69,7 +69,6 @@ in
"miniconda"
# "mullvadvpn"
"rectangle"
"seaglass"
"secretive"
"signal"
"stay"

View File

@ -22,7 +22,7 @@
system.defaults.dock = {
autohide = true;
expose-group-by-app = false;
mru-spaces = true;
mru-spaces = false;
tilesize = 80;
# Disable all hot corners
wvous-bl-corner = 1;

View File

@ -7,7 +7,7 @@
programs.git.enable = true;
programs.git.extraConfig = {
# core.editor = "${pkgs.neovim-remote}/bin/nvr --remote-wait-silent -cc split";
core.editor = "kak";
diff.colorMoved = "default";
pull.rebase = true;
init.defaultBranch = "main";