feat (home/jj): config, home-manager backup ext
This commit is contained in:
parent
2bb378d7f7
commit
901b61ad45
3 changed files with 18 additions and 7 deletions
|
|
@ -15,7 +15,6 @@
|
|||
tealdeer
|
||||
zoxide
|
||||
just
|
||||
jujutsu
|
||||
|
||||
# Applications
|
||||
blackbox-terminal
|
||||
|
|
@ -78,6 +77,17 @@
|
|||
keys.insert.j.k = "normal_mode";
|
||||
};
|
||||
};
|
||||
|
||||
jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Henri Saudubray";
|
||||
email = "henri.saudubray@proton.me";
|
||||
};
|
||||
ui.default-command = "log";
|
||||
};
|
||||
};
|
||||
firefox = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue