nixos-config/hosts/computer-mo/user/set-dotfiles.nix

11 lines
615 B
Nix
Raw Normal View History

2024-08-10 14:15:06 +02:00
{ ... }:
{
home.file.".config/haruna/haruna.conf".source = ../dotfiles/haruna.conf;
home.file.".local/share/color-schemes/BreezeDunkelFarbe.colors".source = ../dotfiles/BreezeDunkelFarbe.colors;
home.file.".local/share/color-schemes/BreezeHellFarbe.colors".source = ../dotfiles/BreezeHellFarbe.colors;
home.file.".config/kglobalshortcutsrc".source = ../dotfiles/kglobalshortcutsrc;
home.file."Bilder/Hintergründe/wallpaper-nix.png".source = ../assets/wallpaper-nix.png;
home.file.".config/kwinrc".source = ../dotfiles/kwinrc;
home.file.".config/kwinoutputconfig.json".source = ../dotfiles/kwinoutputconfig.json;
}