t y p o ' d

This commit is contained in:
Kyle Isom 2025-09-01 09:35:45 -07:00
parent 34272ed0e7
commit a6a0b72dcb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
../../configs/desktop.nix
];
environment.systemPackages = with pks; [
environment.systemPackages = with pkgs; [
signal-desktop
];
}