Remove nixGL
This commit is contained in:
parent
7973e2ccd7
commit
fe468eebd7
3 changed files with 1 additions and 14 deletions
|
@ -1,8 +1,4 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
let
|
||||
nixGLIntelPrefix = "${pkgs.nixgl.nixVulkanIntel}/bin/nixVulkanIntel ${pkgs.nixgl.nixGLIntel}/bin/nixGLIntel ";
|
||||
wmPrefix = "${lib.optionalString config.frogeye.desktop.nixGLIntel nixGLIntelPrefix}";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./audio
|
||||
|
@ -25,7 +21,6 @@ in
|
|||
scriptPath = ".config/xsession";
|
||||
profilePath = ".config/xprofile";
|
||||
windowManager = {
|
||||
command = lib.mkForce "${wmPrefix} ${config.xsession.windowManager.i3.package}/bin/i3";
|
||||
i3.enable = true;
|
||||
};
|
||||
numlock.enable = config.frogeye.desktop.numlock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue