This commit is contained in:
Invariantspace 2025-06-22 23:35:23 -05:00
parent 18a721fc99
commit 373751f8d9
3 changed files with 46 additions and 27 deletions

View file

@ -120,6 +120,24 @@ in {
};
themeFile = "tokyo_night_moon";
};
jujutsu = {
enable = true;
settings = {
git.sign-on-ush = true;
signing = {
behaviour = "own";
backend = "gpg";
};
ui = {
editor = "hx";
pager = "bat";
};
user = {
email = postMaster;
name = userName;
};
};
};
plasma = {
enable = osConfig.services.desktopManager.plasma6.enable;
configFile = {