add: eww
This commit is contained in:
parent
659b7407d5
commit
ccffa13eb2
3 changed files with 57 additions and 35 deletions
|
|
@ -3,6 +3,7 @@
|
|||
../standard
|
||||
../standard/wayland
|
||||
../music
|
||||
../standard/wayland/eww
|
||||
|
||||
./tty-init.nix
|
||||
./binds.nix
|
||||
|
|
|
|||
12
home/ooks/opt/desktop/standard/wayland/eww/default.nix
Normal file
12
home/ooks/opt/desktop/standard/wayland/eww/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
package = pkgs.eww-wayland;
|
||||
configDir = ./config;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue