chore(nix): Upgrade nixpkgs to v25.05
This commit is contained in:
parent
088b50dcb8
commit
3cdde04427
7 changed files with 85 additions and 43 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue