Set up arrpc as a home manager service, remove arrpc as a normal program.
This commit is contained in:
@@ -6,7 +6,10 @@
|
|||||||
home.username = "jay";
|
home.username = "jay";
|
||||||
home.homeDirectory = "/home/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
|
# This value determines the Home Manager release that your configuration is
|
||||||
|
|||||||
3
nodes/hosts/common/home/jay/services/arrpc.nix
Normal file
3
nodes/hosts/common/home/jay/services/arrpc.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{ pkgs, ...}: {
|
||||||
|
services.arrpc.enable = true;
|
||||||
|
}
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.age
|
pkgs.age
|
||||||
pkgs.arrpc
|
|
||||||
pkgs.alsa-utils
|
pkgs.alsa-utils
|
||||||
pkgs.bitwarden-cli
|
pkgs.bitwarden-cli
|
||||||
pkgs.bitwarden-menu
|
pkgs.bitwarden-menu
|
||||||
|
|||||||
Reference in New Issue
Block a user