home: move desktop naming

This commit is contained in:
genofire 2021-12-13 22:46:26 +01:00
parent 1c4cfbe63e
commit 20158d71a4
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{ config, pkgs, lib, ...}:
{
imports = [./desktop.nix];
home.sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
MOZ_WEBRENDER = 1;

View File

@ -32,6 +32,8 @@ in
};
config = {
imports = [./desktop.nix];
home.sessionVariables = {
XDG_CURRENT_DESKTOP = "sway";
MOZ_ENABLE_WAYLAND = 1;