add nixgl
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./terminal.nix
|
||||
./base/fonts.nix
|
||||
./base/terminal.nix
|
||||
./firefox/firefox.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs;[
|
||||
# general
|
||||
thunderbird
|
||||
keepassxc
|
||||
qbittorrent
|
||||
libreoffice-qt
|
||||
joplin-desktop
|
||||
(config.lib.nixGL.wrap thunderbird)
|
||||
(config.lib.nixGL.wrap keepassxc)
|
||||
(config.lib.nixGL.wrap qbittorrent)
|
||||
(config.lib.nixGL.wrap libreoffice-qt)
|
||||
(config.lib.nixGL.wrap joplin-desktop)
|
||||
|
||||
# comms
|
||||
teamspeak_client
|
||||
vesktop
|
||||
(config.lib.nixGL.wrap teamspeak_client)
|
||||
(config.lib.nixGL.wrap vesktop)
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
package = config.lib.nixGL.wrap pkgs.nextcloud-client;
|
||||
startInBackground = true;
|
||||
};
|
||||
|
||||
@@ -34,7 +35,7 @@
|
||||
|
||||
chromium = {
|
||||
enable = true;
|
||||
package = pkgs.brave;
|
||||
package = config.lib.nixGL.wrap pkgs.brave;
|
||||
};
|
||||
|
||||
mpv = lib.mkDefault {
|
||||
|
||||
Reference in New Issue
Block a user