nix-config/home-manager/_mixins/console/charm-freeze.nix

6 lines
159 B
Nix
Raw Normal View History

{ pkgs, ... }: {
home.packages = with pkgs; [ charm-freeze ];
home.file.".config/freeze/user.json".text = builtins.readFile ./charm-freeze/config.json;
}