chore(nix): Upgrade nixpkgs to v25.05

This commit is contained in:
Ahmad Ansori Palembani 2025-05-22 18:45:05 +07:00
parent 088b50dcb8
commit 3cdde04427
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
7 changed files with 85 additions and 43 deletions

View file

@ -1,8 +1,9 @@
{ user }:
{ pkgs, ... }:
{
let
# Figure out how to do multi-user here now that nix-darwin forced you to use root
user = "ziro";
in {
launchd.user.agents.kanata = {
command = "/usr/bin/sudo ${pkgs.kanata}/bin/kanata -c ${../../../include/kanata.kbd} -n";
serviceConfig = {