whoops
This commit is contained in:
parent
18ccd71602
commit
66424aa9b1
|
@ -1,6 +1,10 @@
|
|||
{ lib, config, pkgs, home, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rbw
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/rbw/config.json" = {
|
||||
source = ../../.config/rbw/config.json;
|
||||
|
|
Loading…
Reference in New Issue