Set up arrpc as a home manager service, remove arrpc as a normal program.

This commit is contained in:
jay
2025-07-02 05:11:39 -04:00
parent ccff3d8a34
commit 0b839b7f73
3 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,10 @@
home.username = "jay";
home.homeDirectory = "/home/jay";
imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
imports = [
inputs.hyprpanel.homeManagerModules.hyprpanel
./services/arrpc.nix
];
# This value determines the Home Manager release that your configuration is

View File

@@ -0,0 +1,3 @@
{ pkgs, ...}: {
services.arrpc.enable = true;
}

View File

@@ -11,7 +11,6 @@
environment.systemPackages = [
pkgs.age
pkgs.arrpc
pkgs.alsa-utils
pkgs.bitwarden-cli
pkgs.bitwarden-menu