mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Rename files to avoid repeating the directory names
This commit is contained in:
parent
8bdd458e61
commit
ac71470c92
4 changed files with 4 additions and 4 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue