Abort jj
This commit is contained in:
parent
16c57c5967
commit
4f2b849e10
8 changed files with 45 additions and 90 deletions
|
|
@ -44,7 +44,6 @@ in {
|
|||
alejandra
|
||||
dua
|
||||
fd
|
||||
jjui
|
||||
nil
|
||||
rclone
|
||||
sops
|
||||
|
|
@ -64,6 +63,10 @@ in {
|
|||
programs = {
|
||||
bat.enable = true;
|
||||
bottom.enable = true;
|
||||
delta = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
@ -103,25 +106,6 @@ in {
|
|||
};
|
||||
themeFile = "tokyo_night_moon";
|
||||
};
|
||||
jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git.sign-on-push = true;
|
||||
signing = {
|
||||
behaviour = "own";
|
||||
backend = "gpg";
|
||||
};
|
||||
ui = {
|
||||
default-command = "status";
|
||||
editor = "hx";
|
||||
paginate = "never";
|
||||
};
|
||||
user = {
|
||||
email = postMaster;
|
||||
name = userName;
|
||||
};
|
||||
};
|
||||
};
|
||||
plasma = {
|
||||
enable = osConfig.services.desktopManager.plasma6.enable;
|
||||
configFile = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue