dotfiles/.config/nix/users/ziro/linux.nix

7 lines
191 B
Nix

{ pkgs, config, vars, ... }:
{
home.homeDirectory = "/home/ziro";
home.file.".floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
}