From 0c951a9eb67873d3636e69d71d731149a72dc6eb Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Fri, 1 Sep 2023 11:22:54 +0200 Subject: [PATCH] framework-2023-09-01-11-22-54 --- configs/games.nix | 3 +++ configs/gnome.nix | 1 + configs/gui.nix | 2 ++ machine/framework.nix | 3 +-- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/configs/games.nix b/configs/games.nix index 989e6fe..78c397f 100644 --- a/configs/games.nix +++ b/configs/games.nix @@ -27,7 +27,10 @@ in }; environment.systemPackages = with unstable.pkgs; [ + goverlay lutris + protontricks + protonup-qt vulkan-tools wine winetricks diff --git a/configs/gnome.nix b/configs/gnome.nix index 388eb37..b08348a 100644 --- a/configs/gnome.nix +++ b/configs/gnome.nix @@ -28,6 +28,7 @@ gnomeExtensions.appindicator gnomeExtensions.blur-my-shell gnomeExtensions.vitals + gnomeExtensions.dash-to-dock whitesur-gtk-theme whitesur-icon-theme moka-icon-theme diff --git a/configs/gui.nix b/configs/gui.nix index 3ee4068..28bddf8 100644 --- a/configs/gui.nix +++ b/configs/gui.nix @@ -21,6 +21,7 @@ in gparted libsecret gnome.simple-scan + telegram-desktop ]; programs = { @@ -46,6 +47,7 @@ in corefonts google-fonts liberation_ttf + libertinus gyre-fonts noto-fonts noto-fonts-cjk diff --git a/machine/framework.nix b/machine/framework.nix index da618bb..1ed04c9 100644 --- a/machine/framework.nix +++ b/machine/framework.nix @@ -17,7 +17,7 @@ in ../configs/browser.nix ../configs/user.nix ../configs/user-gui.nix - ../configs/gnome.nix + ../configs/pantheon.nix /home/alex/Workspace/fw-fanctrl-nix/service.nix ]; @@ -88,7 +88,6 @@ in services = { power-profiles-daemon.enable = true; fw-fanctrl.enable = true; - thermald.enable = true; pipewire = { enable = true; alsa.enable = true;