Dynamically theme wallpaper, i3 tabs, kitty
This commit is contained in:
parent
1fb2415cd4
commit
5ce8aa8641
5 changed files with 29 additions and 18 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue