nixos/home-manager/modules/vkbasalt.nix

8 lines
161 B
Nix
Raw Normal View History

2024-03-16 19:03:53 +01:00
{ inputs, pkgs, ... }: {
home.packages = with pkgs; [ vkbasalt ];
2024-03-05 18:52:41 +01:00
home.file = {
".config/vkBasalt/vkBasalt.conf".source = ./confs/vkBasalt.conf;
};
}