Rename files to avoid repeating the directory names

This commit is contained in:
SebastianStork 2024-03-26 20:20:05 +01:00
parent 8bdd458e61
commit ac71470c92
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
} }
]; ];
home.file.".config/qtile/config.py".source = ./qtile.py; home.file.".config/qtile/config.py".source = ./config.py;
home.file.".background-image".source = config.myConfig.de.wallpaper; home.file.".background-image".source = config.myConfig.de.wallpaper;
home.packages = [ home.packages = [

View file

@ -15,7 +15,7 @@ in {
programs.rofi = { programs.rofi = {
enable = true; enable = true;
package = pkgs.rofi-wayland; package = pkgs.rofi-wayland;
theme = ./rofi-theme.rasi; theme = ./theme.rasi;
}; };
services.clipmenu = lib.mkIf cfg.clipboard.enable { services.clipmenu = lib.mkIf cfg.clipboard.enable {