nixos-config/user/config.nix

7 lines
328 B
Nix
Raw Normal View History

2024-08-03 18:33:33 +02:00
{ config, pkgs, pkgs-stable, ... }:
{
2024-08-03 18:43:36 +02:00
home.file.".config/haruna/haruna.conf".source = ../configs/haruna.conf;
home.file.".local/share/color-schemes/BreezeDunkelFarbe.colors".source = ../configs/BreezeDunkelFarbe.colors;
home.file.".local/share/color-schemes/BreezeHellFarbe.colors".source = ../configs/BreezeHellFarbe.colors;
2024-08-03 18:33:33 +02:00
}