From f272af47ac2ce233d258b958ae7b606d27edbaf3 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 15 Aug 2023 00:17:57 -0600 Subject: [PATCH] misc adjustments --- configuration.nix | 16 +++++----------- configuration.org | 16 +++++----------- hardware-configuration.nix | 11 ++++++----- 3 files changed, 16 insertions(+), 27 deletions(-) diff --git a/configuration.nix b/configuration.nix index a5d61cb..9ca9901 100644 --- a/configuration.nix +++ b/configuration.nix @@ -145,19 +145,11 @@ mypaint-brushes1 # nice damn brushes pureref # create inspiration/reference boards gimp # the coolest bestest art program to never exist -# game/emulator manager -# (lutris.override { -# extraPkgs = pkgs: [ -# ]; -# }) lutris heroic -wine +wine64Packages.full +wineWowPackages.full vulkan-tools -# (wineWowPackages.full.override { -# wineRelease = "staging"; -# mingwSupport = true; -# }) # nix-gaming.packages.${pkgs.hostPlatform.system}.wine-tkg winetricks # nix-gaming.packages.${pkgs.hostPlatform.system}.wine-discord-ipc-bridge @@ -172,7 +164,7 @@ calibre # ugly af eBook library manager foliate # gtk eBook reader gnome-feeds # feed reader, maybe will replace with nextcloud wike # gtk wikipedia wow! -furtherance # I made this one tehee track time utility +unstable.furtherance # I made this one tehee track time utility gnome.simple-scan # scanner # sequeler # friendly SQL client @@ -202,6 +194,8 @@ shortwave # listen to world radio nextcloud-client # self-hosted google-drive alternative discord # chat +whatsapp-for-linux # I'll regret this +telegram-desktop # furry chat google-chrome # web browser with spyware included firefox # web browser that allows to disable spyware # librewolf # no spyware web browser diff --git a/configuration.org b/configuration.org index 09c4cb8..aa87de6 100755 --- a/configuration.org +++ b/configuration.org @@ -282,19 +282,11 @@ anticipated, most everything seems to run seamlessly. =note= Roblox uninstalled as there is ongoing drama regarding linux users. #+begin_src nix -# game/emulator manager -# (lutris.override { -# extraPkgs = pkgs: [ -# ]; -# }) lutris heroic -wine +wine64Packages.full +wineWowPackages.full vulkan-tools -# (wineWowPackages.full.override { -# wineRelease = "staging"; -# mingwSupport = true; -# }) # nix-gaming.packages.${pkgs.hostPlatform.system}.wine-tkg winetricks # nix-gaming.packages.${pkgs.hostPlatform.system}.wine-discord-ipc-bridge @@ -315,7 +307,7 @@ calibre # ugly af eBook library manager foliate # gtk eBook reader gnome-feeds # feed reader, maybe will replace with nextcloud wike # gtk wikipedia wow! -furtherance # I made this one tehee track time utility +unstable.furtherance # I made this one tehee track time utility gnome.simple-scan # scanner #+end_src @@ -364,6 +356,8 @@ managers, etc. #+begin_src nix discord # chat +whatsapp-for-linux # I'll regret this +telegram-desktop # furry chat google-chrome # web browser with spyware included firefox # web browser that allows to disable spyware # librewolf # no spyware web browser diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 3101f2e..7659073 100755 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -151,15 +151,16 @@ in { cpu.intel.updateMicrocode = lib.mkDefault true; bluetooth.enable = true; # huion driver - opentabletdriver = { - enable = true; - package = unstable.opentabletdriver; - daemon.enable = true; - }; + # opentabletdriver = { + # enable = true; + # package = unstable.opentabletdriver; + # daemon.enable = false; + # }; # nvidia driver nvidia.modesetting.enable = true; opengl = { enable = true; + driSupport = true; driSupport32Bit = true; }; };