updates and adding some tweaks for kaladin and dvdbackup
This commit is contained in:
parent
ec7f2e078e
commit
73cb25a368
8 changed files with 261 additions and 65 deletions
|
@ -224,6 +224,11 @@
|
|||
# };
|
||||
#};
|
||||
|
||||
home.file.".config/bottom" = {
|
||||
source = ../.config/bottom;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/rofi" = {
|
||||
source = ../.config/rofi;
|
||||
recursive = true;
|
||||
|
@ -439,7 +444,7 @@
|
|||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
autocd = true;
|
||||
dotDir = ".config/zsh";
|
||||
shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue