rename configfiles

This commit is contained in:
Mohamed Chrayed 2024-08-05 18:44:39 +02:00
parent 70e7a6f161
commit 4063ce573a
2 changed files with 1 additions and 11 deletions

View File

@ -2,8 +2,8 @@
{
imports = [
./user/configfiles.nix
./user/plasma.nix
./user/config.nix
];
home.stateVersion = "24.05";
programs.home-manager.enable = true;

View File

@ -1,10 +0,0 @@
{ ... }:
{
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;
home.file.".config/kglobalshortcutsrc".source = ../configs/kglobalshortcutsrc;
home.file."Bilder/Hintergründe/wallpaper-nix.png".source = ../assets/wallpaper-nix.png;
home.file.".config/kwinrc".source = ../configs/kwinrc;
home.file.".config/kwinoutputconfig.json".source = ../configs/kwinoutputconfig.json;
}