mwahahahaha, have the orome config building! on to manwe
This commit is contained in:
parent
3a2f52f45e
commit
af58cfb4ab
30 changed files with 259 additions and 199 deletions
|
@ -27,7 +27,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkMerge [
|
||||
(mkIf (config.modules.desktop.type == "wayland") {
|
||||
(mkIf (config.modules.${user}.desktop.type == "wayland") {
|
||||
environment.variables.MOZ_ENABLE_WAYLAND = "1";
|
||||
})
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkMerge [
|
||||
(mkIf (config.modules.desktop.type == "wayland") {
|
||||
(mkIf (config.modules.${user}.desktop.type == "wayland") {
|
||||
environment.variables.MOZ_ENABLE_WAYLAND = "1";
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue