using nixos-hardware for syl

This commit is contained in:
Chris Cochrun 2023-04-13 09:20:19 -05:00
parent 8c56d5706c
commit 2e376078ae
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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";