Abort jj
This commit is contained in:
parent
16c57c5967
commit
4f2b849e10
8 changed files with 45 additions and 90 deletions
|
|
@ -31,10 +31,6 @@ with lib; {
|
|||
default = {
|
||||
aria2 = 30206;
|
||||
conduit = 29800;
|
||||
coturn = 12616;
|
||||
coturn-tls = 38313;
|
||||
coturn-relay-udp-min = 17105;
|
||||
coturn-relay-udp-max = 17184;
|
||||
forgejo = 47674;
|
||||
headscale = 27327;
|
||||
http = 80;
|
||||
|
|
|
|||
|
|
@ -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