diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-09 18:18:50 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-09 18:18:50 -0500 |
commit | 5ae23788ac09ca68d7020133a38ad0acecf76396 (patch) | |
tree | bc1a73d9de80f38a7a7dfba33d0a99bf88abda97 /home/nix/home.nix | |
parent | firefox with nixGL and vertical tabs (diff) | |
download | dotfiles-guix-5ae23788ac09ca68d7020133a38ad0acecf76396.tar.gz dotfiles-guix-5ae23788ac09ca68d7020133a38ad0acecf76396.tar.bz2 dotfiles-guix-5ae23788ac09ca68d7020133a38ad0acecf76396.zip |
remove nixGL from global profile, only keep it for wrappers
Diffstat (limited to 'home/nix/home.nix')
-rw-r--r-- | home/nix/home.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/nix/home.nix b/home/nix/home.nix index 4936ec4..1971e58 100644 --- a/home/nix/home.nix +++ b/home/nix/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, nixgl, ... }: { +{ config, pkgs, ... }: { imports = [ ./programs @@ -19,8 +19,6 @@ starship discord thunderbird - nixgl.packages.${pkgs.system}.nixGLIntel - nixgl.packages.${pkgs.system}.nixVulkanIntel ]; }; |