correct dotfiles path

This commit is contained in:
Mohamed Chrayed 2024-08-16 15:03:16 +02:00
parent 1a73be1ff7
commit 2eac92f63b

View File

@ -1,12 +1,12 @@
{ ... }:
{
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;
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;
programs.plasma = {