hosts/sarien/users/user/programs.nix: add jujutsu

This commit is contained in:
2025-03-16 18:44:41 +02:00
parent fb9deae428
commit 99c7a60a3f
2 changed files with 2 additions and 10 deletions

View File

@ -38,6 +38,7 @@
pom = "push origin main"; pom = "push origin main";
}; };
}; };
jujutsu.enable = true;
ripgrep.enable = true; ripgrep.enable = true;
}; };
@ -66,6 +67,7 @@
rbw # bitwarden cli in rust rbw # bitwarden cli in rust
pinentry-qt # pinentry for rbw pinentry-qt # pinentry for rbw
vial # qmk keyboard configuring app vial # qmk keyboard configuring app
jj-fzf # fuzzy finder jujutsu tui
waycheck # check wayland protocols waycheck # check wayland protocols
pika-backup # borg gui in rust pika-backup # borg gui in rust
virt-manager # libvirt gui virt-manager # libvirt gui

View File

@ -57,16 +57,6 @@ in {
notify = true; notify = true;
tray = "auto"; tray = "auto";
}; };
wlsunset = {
enable = false;
latitude = "49.6";
longitude = "36.1";
temperature = {
day = 6500;
night = 3000;
};
systemdTarget = "graphical-session.target";
};
swaync = { swaync = {
enable = true; enable = true;
settings = { settings = {