.nix/home-manager/dots.nix

10 lines
242 B
Nix
Raw Normal View History

2024-07-23 19:12:34 +00:00
{ config, ... }:
{
# Raw config files for the programs that Nix doesn't support yet
home.file.".config/labwc".source = ../labwc;
# This is a custom theme I'm working on for my system
home.file.".themes/Orzhov".source = ../Orzhov;
}