framework-2023-09-01-11-22-54

This commit is contained in:
Alexander Szczepanski
2023-09-01 11:22:54 +02:00
parent d3d29d1b9e
commit 0c951a9eb6
4 changed files with 7 additions and 2 deletions

View File

@ -27,7 +27,10 @@ in
}; };
environment.systemPackages = with unstable.pkgs; [ environment.systemPackages = with unstable.pkgs; [
goverlay
lutris lutris
protontricks
protonup-qt
vulkan-tools vulkan-tools
wine wine
winetricks winetricks

View File

@ -28,6 +28,7 @@
gnomeExtensions.appindicator gnomeExtensions.appindicator
gnomeExtensions.blur-my-shell gnomeExtensions.blur-my-shell
gnomeExtensions.vitals gnomeExtensions.vitals
gnomeExtensions.dash-to-dock
whitesur-gtk-theme whitesur-gtk-theme
whitesur-icon-theme whitesur-icon-theme
moka-icon-theme moka-icon-theme

View File

@ -21,6 +21,7 @@ in
gparted gparted
libsecret libsecret
gnome.simple-scan gnome.simple-scan
telegram-desktop
]; ];
programs = { programs = {
@ -46,6 +47,7 @@ in
corefonts corefonts
google-fonts google-fonts
liberation_ttf liberation_ttf
libertinus
gyre-fonts gyre-fonts
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk

View File

@ -17,7 +17,7 @@ in
../configs/browser.nix ../configs/browser.nix
../configs/user.nix ../configs/user.nix
../configs/user-gui.nix ../configs/user-gui.nix
../configs/gnome.nix ../configs/pantheon.nix
/home/alex/Workspace/fw-fanctrl-nix/service.nix /home/alex/Workspace/fw-fanctrl-nix/service.nix
]; ];
@ -88,7 +88,6 @@ in
services = { services = {
power-profiles-daemon.enable = true; power-profiles-daemon.enable = true;
fw-fanctrl.enable = true; fw-fanctrl.enable = true;
thermald.enable = true;
pipewire = { pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;