1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Simplify wallpaper setup

This commit is contained in:
Kierán Meinhardt
2018-10-22 09:58:07 +02:00
parent be5215ed84
commit ad6f546974
2 changed files with 1 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ in {
};
home.file = {
".background-image".source = config.constants.wallpaper;
".background-image".source = ./art/37333571_p0_master1200.jpg;
".config/mpv/input.conf".text = import ./dot/mpv.nix;
".config/xfce4/terminal/terminalrc".text = import ./dot/terminal.nix;
".config/zathura/zathurarc".text = "set selection-clipboard clipboard";

View File

@@ -36,11 +36,6 @@ in {
gtk = { name = "Paper"; package = pkgs.paper-gtk-theme; };
icon = { name = "Paper"; package = pkgs.paper-icon-theme; };
};
wallpaper = mkOption {
type = types.path;
default = pkgs.copyPathToStore ./art/haskell-grey.png;
};
};
}