This commit is contained in:
stupidcomputer 2024-11-04 02:33:03 -06:00
parent 18ccd71602
commit 66424aa9b1
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{ lib, config, pkgs, home, ... }:
{
home.packages = with pkgs; [
rbw
];
home.file = {
".config/rbw/config.json" = {
source = ../../.config/rbw/config.json;