Enable eww
This commit is contained in:
parent
204c880e33
commit
0ac9ec851f
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue