home/natto: theme related changes

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-25 02:26:35 +05:30
parent 0f648a6a90
commit df4ba5fff7
8 changed files with 58 additions and 455 deletions

View File

@@ -1,14 +1,15 @@
{ config, lib, pkgs, ... }: {
xdg = {
enable = true;
userDirs.enable = true;
};
home = {
sessionVariables = {
LV2_PATH = lib.makeSearchPath "lib/lv2" (with pkgs; [ calf ]);
TERM = "st-24bits";
};
file = with config; {
dunstrc = {
source = ./config/dunst/dunstrc;
target = "${xdg.configHome}/dunst/dunstrc";
};
stalonetray = {
source = ./config/stalonetrayrc;
target = "${home.homeDirectory}/.stalonetrayrc";