Enable eww

This commit is contained in:
Erwin Boskma 2023-07-19 14:04:10 +02:00
parent 204c880e33
commit 0ac9ec851f
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -21,9 +21,7 @@ in
home.username = "erwin";
home.homeDirectory = "/home/erwin";
home.sessionVariables = {
# EDITOR = "${config.home-manager.users.erwin.eboskma.programs.emacs.package}/bin/emacsclient -c";
};
home.sessionVariables = { };
home.stateVersion = "21.11";
@ -55,6 +53,10 @@ in
enable = true;
wayland = true;
};
eww = {
enable = true;
package = pkgs.eww-wayland;
};
firefox = {
enable = true;
work = config.eboskma.base.work;