22.11 is out babyyyy

This commit is contained in:
baduhai 2022-12-01 09:53:26 -03:00
parent 4beb558f90
commit 9b75753ae2
4 changed files with 43 additions and 37 deletions

View file

@ -8,16 +8,16 @@
enable = true;
historyFile = "~/.cache/bash_history";
};
#micro = {
# enable = true;
# settings = {
# clipboard = "terminal";
# mkparents = true;
# scrollbar = true;
# tabstospaces = true;
# tabsize = 2;
# };
#};
micro = {
enable = true;
settings = {
clipboard = "terminal";
mkparents = true;
scrollbar = true;
tabstospaces = true;
tabsize = 2;
};
};
fish = {
enable = true;
interactiveShellInit = "any-nix-shell fish --info-right | source";

View file

@ -31,16 +31,6 @@
upgrade-boot = "rm ~/.gtkrc-2.0; nix flake update --commit-lock-file /home/user/Projects/nix-config; sudo nixos-rebuild boot --upgrade --flake '/home/user/Projects/nix-config#'";
};
};
micro = {
enable = true;
settings = {
clipboard = "terminal";
mkparents = true;
scrollbar = true;
tabstospaces = true;
tabsize = 2;
};
};
btop = {
enable = true;
settings = {