Add arrpc

This commit is contained in:
Frankie B 2023-04-25 22:59:40 +01:00
commit b5d6c46c51
3 changed files with 41 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{
outputs,
inputs,
pkgs,
...
}: {
@ -20,7 +20,20 @@
home = {
username = "floppydisk";
homeDirectory = "/home/floppydisk";
packages = with pkgs; [steam vscode _1password-gui _1password neofetch microsoft-edge webcord-vencord jetbrains.ruby-mine jetbrains.rider jetbrains.phpstorm jetbrains.idea-ultimate];
packages = with pkgs; [
steam
vscode
_1password-gui
_1password
neofetch
microsoft-edge
webcord-vencord
jetbrains.ruby-mine
jetbrains.rider
jetbrains.phpstorm
jetbrains.idea-ultimate
inputs.arrpc.packages.${pkgs.system}.arrpc
];
};
# Add stuff for your user as you see fit: