nixos-config/user/config.nix

10 lines
552 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 23:42:25 +02:00
#home.file.".config/kglobalshortcutsrc".source = ../configs/kglobalshortcutsrc;
home.file."Bilder/Hintergründe/wallpaper-nix.png".source = ../assets/wallpaper-nix.png;
2024-08-03 23:54:52 +02:00
home.file.".config/kwinrc".source = ../configs/kwinrc;
2024-08-03 18:33:33 +02:00
}