mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 16:36:24 +00:00
5 lines
159 B
Nix
5 lines
159 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ charm-freeze ];
|
|
|
|
home.file.".config/freeze/user.json".text = builtins.readFile ./charm-freeze/config.json;
|
|
}
|