BROKEN: Expanding desktop option
This commit is contained in:
parent
ebf027263f
commit
73dd477f9e
44 changed files with 272 additions and 296 deletions
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (osConfig.niksos) desktop;
|
||||
cfg = osConfig.niksos.desktop.hyprland;
|
||||
in {
|
||||
imports = [
|
||||
./fuzzel.nix
|
||||
|
|
@ -14,11 +14,11 @@ in {
|
|||
./mako.nix
|
||||
];
|
||||
|
||||
home.packages = mkIf desktop [
|
||||
home.packages = mkIf cfg [
|
||||
pkgs.wl-clipboard
|
||||
];
|
||||
|
||||
home.sessionVariables = mkIf desktop {
|
||||
home.sessionVariables = mkIf cfg { #FIXME: migrate to hyprconf
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue