add home-manager config

This commit is contained in:
Andreas Zweili 2021-11-22 17:47:03 +01:00
parent b9c3110ca3
commit e3724e61e0
2 changed files with 3 additions and 1 deletions

View File

@ -18,4 +18,6 @@
# raw config files
home.file.".config/qtile".source = ./desktop/qtile;
home.file.".xprofile".source = ./desktop/xprofile;
home.file.".config/terminator".source = ./desktop/terminator;
}

View File

@ -6,7 +6,7 @@
background_color = "#fdf6e3"
background_darkness = 0.8
cursor_color = "#aaaaaa"
font = Liberation Mono 12
font = Source Code Pro 12
foreground_color = "#657b83"
show_titlebar = False
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"