switch param to userparam

This commit is contained in:
Quentin Boyer 2021-06-21 13:31:00 +02:00
parent 65749a4d89
commit aaddb8cda1
2 changed files with 5 additions and 5 deletions

View file

@ -15,6 +15,11 @@ in
sway
];
home.sessionVariables = {
MOZ_ENABLE_WAYLAND = "1";
XDG_CURRENT_DESKTOP = "sway";
};
programs = {
mako = {
enable = true;

View file

@ -38,11 +38,6 @@
fwupd.enable = true;
};
environment.sessionVariables = {
MOZ_ENABLE_WAYLAND = "1";
XDG_CURRENT_DESKTOP = "sway";
};
fonts.enableDefaultFonts = true;
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "Hack" ]; })