Dynamically theme wallpaper, i3 tabs, kitty

This commit is contained in:
Elnu 2023-01-07 13:29:06 -08:00
parent 1fb2415cd4
commit 5ce8aa8641
5 changed files with 29 additions and 18 deletions

View file

@ -3,6 +3,7 @@
let
theme = pkgs.nordic;
themeName = "Nordic";
colors = import ../colors;
in
{
imports = [
@ -17,7 +18,7 @@ in
../terminal.nix
];
home.file."./.background-image".source = ../wallpapers/306286.jpg;
home.file."./.background-image".source = ../wallpapers/${colors.wallpaper};
programs.home-manager.enable = true;