chore: Update Cape system

This commit is contained in:
ulic-youthlic 2026-01-21 10:20:18 +08:00
parent 3054cf7ae1
commit 07a228e298
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 504 additions and 520 deletions

View file

@ -44,7 +44,7 @@
services.printing.enable = true;
environment.systemPackages = with pkgs; [
radicle-node
radicle-desktop
nix-output-monitor
wget
git
@ -59,7 +59,6 @@
localsend
zulip
wechat
nixvim
neovide
];
@ -68,7 +67,7 @@
services.scx = {
enable = true;
scheduler = "scx_lavd";
package = pkgs.scx_git.rustscheds;
package = pkgs.scx.rustscheds;
};
boot = {

View file

@ -66,7 +66,6 @@
services.printing.enable = true;
environment.systemPackages = with pkgs; [
radicle-node
radicle-desktop
nix-output-monitor
wget