Technically not a config but a compose file, so I think it's better to have outside of `.config` dir
7 lines
206 B
Nix
7 lines
206 B
Nix
{ pkgs, pkgs-unstable, config, vars, ... }:
|
|
|
|
{
|
|
home.homeDirectory = "/home/ziro";
|
|
|
|
home.file.".floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
|
|
}
|