Move eww config

This commit is contained in:
Christopher Mühl 2025-08-04 18:20:22 +02:00
parent e51dfb70c9
commit d20c9ac3bd
No known key found for this signature in database
GPG key ID: E919B0F59E14FD47
14 changed files with 18 additions and 19 deletions

View file

@ -0,0 +1,15 @@
{
config,
pkgs,
...
}: {
home.packages = with pkgs; [
eww
lm_sensors
];
home.file."${config.xdg.configHome}/eww" = {
source = ./eww;
recursive = true;
};
}

View file

@ -1,5 +1,5 @@
In order to develop these widgets (with live reloading) do the following:
1. Kill the original eww daemon using `eww kill`
2. Start the new daemon using `eww open main_menu --config /home/christopher/.dotfiles/home/fixtures/eww`
3. Now all changes to the original dotfiles defining the config will be hot-reloaded
2. Start the new daemon using `eww open spraggins --config ~/.dotfiles/homes/x86_64-linux/christopher@cobalt/config/eww `
3. Now all changes to the original dotfiles defining the config will be hot-reloaded

View file

@ -1,6 +0,0 @@
{config, ...}: {
home.file."${config.xdg.configHome}/eww" = {
source = ../fixtures/eww;
recursive = true;
};
}

View file

@ -46,9 +46,6 @@
tofi-hg
open-url
generate-wallpaper
# Required for eww. Move this somewhere else.
pkgs.lm_sensors
];
};

View file

@ -145,22 +145,15 @@ with lib._elements; {
htop
gnumake
libnotify
xarchiver # GUI archiving tool, used with Thunar
lact
lact # GPU tuning
# Oxidized coreutils
uutils-coreutils-noprefix
wally-cli
keymapp
# SANE frontend
xsane
# Desktop environment
pavucontrol
eww
nix-tree
nix-output-monitor