using nixos-hardware for syl
This commit is contained in:
parent
8c56d5706c
commit
2e376078ae
|
@ -88,6 +88,7 @@
|
||||||
./system/syl/configuration.nix
|
./system/syl/configuration.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
hyprland.nixosModules.default
|
hyprland.nixosModules.default
|
||||||
|
nixos-hardware.nixosModules.framework
|
||||||
# libre-presenter.defaultPackage
|
# libre-presenter.defaultPackage
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|
|
@ -124,7 +124,7 @@ with lib;
|
||||||
EDITOR = "emacsclient -t -a";
|
EDITOR = "emacsclient -t -a";
|
||||||
VISUAL = "emacsclient -c -a";
|
VISUAL = "emacsclient -c -a";
|
||||||
QT_LOGGING_RULES = "js=true; kwin_scripting=true";
|
QT_LOGGING_RULES = "js=true; kwin_scripting=true";
|
||||||
GTK_USE_PORTAL = "1";
|
# GTK_USE_PORTAL = "1";
|
||||||
# Fixing Qt apps in other environments
|
# Fixing Qt apps in other environments
|
||||||
# Thought I needed this but apparently they are working fine without it.
|
# Thought I needed this but apparently they are working fine without it.
|
||||||
# QT_XCB_GL_INTEGRATION = "xcb_egl";
|
# QT_XCB_GL_INTEGRATION = "xcb_egl";
|
||||||
|
|
Loading…
Reference in a new issue