8 lines
161 B
Nix
8 lines
161 B
Nix
{ inputs, pkgs, ... }: {
|
|
home.packages = with pkgs; [ vkbasalt ];
|
|
|
|
home.file = {
|
|
".config/vkBasalt/vkBasalt.conf".source = ./confs/vkBasalt.conf;
|
|
};
|
|
}
|