22.11 is out babyyyy
This commit is contained in:
parent
4beb558f90
commit
9b75753ae2
4 changed files with 43 additions and 37 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue