nixos-config/hosts/computer-mo/user/set-dotfiles.nix
Mohamed C. ae9b64a789
Some checks are pending
Flake.lock / build (push) Waiting to run
reorder and use default.nix
2024-08-10 20:30:57 +02:00

11 lines
615 B
Nix

{ ... }:
{
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;
}