Move eww config
This commit is contained in:
parent
e51dfb70c9
commit
d20c9ac3bd
14 changed files with 18 additions and 19 deletions
15
homes/x86_64-linux/christopher@cobalt/config/eww.nix
Normal file
15
homes/x86_64-linux/christopher@cobalt/config/eww.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
eww
|
||||
lm_sensors
|
||||
];
|
||||
|
||||
home.file."${config.xdg.configHome}/eww" = {
|
||||
source = ./eww;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -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`
|
||||
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
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{config, ...}: {
|
||||
home.file."${config.xdg.configHome}/eww" = {
|
||||
source = ../fixtures/eww;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -46,9 +46,6 @@
|
|||
tofi-hg
|
||||
open-url
|
||||
generate-wallpaper
|
||||
|
||||
# Required for eww. Move this somewhere else.
|
||||
pkgs.lm_sensors
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue