Rename colors to theme, clean up color usage
This commit is contained in:
parent
5d9fc8f4f3
commit
a548fbba06
12 changed files with 60 additions and 60 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, user, ... }:
|
||||
|
||||
let
|
||||
colors = import ../colors;
|
||||
theme = import ../theme;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
@ -19,7 +19,7 @@ in
|
|||
../emacs
|
||||
];
|
||||
|
||||
home.file."./.background-image".source = ../wallpapers/${colors.wallpaper};
|
||||
home.file."./.background-image".source = ../wallpapers/${theme.wallpaper};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
@ -49,8 +49,8 @@ in
|
|||
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = colors.gtkIconTheme pkgs;
|
||||
theme = colors.gtkTheme pkgs;
|
||||
iconTheme = theme.gtkIconTheme pkgs;
|
||||
theme = theme.gtkTheme pkgs;
|
||||
gtk3 = {
|
||||
bookmarks = let
|
||||
home = "file://${config.home.homeDirectory}/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue