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: In order to develop these widgets (with live reloading) do the following:
1. Kill the original eww daemon using `eww kill` 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` 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 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 tofi-hg
open-url open-url
generate-wallpaper generate-wallpaper
# Required for eww. Move this somewhere else.
pkgs.lm_sensors
]; ];
}; };

View file

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