framework-2023-09-01-11-22-54
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user