edison: install steam

This commit is contained in:
2023-12-25 13:31:43 +01:00
committed by Felix Albrigtsen
parent 36613beb67
commit aef6a4a7cd
4 changed files with 21 additions and 4 deletions

View File

@@ -7,8 +7,14 @@
layout = "us,no";
xkbVariant = "intl";
};
environment.systemPackages = with pkgs; [
xfce.xfce4-pulseaudio-plugin
];
services.picom.enable = true;
hardware.opengl.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
@@ -18,7 +24,7 @@
fonts = {
fontDir.enable = true;
fonts = with pkgs; [
packages = with pkgs; [
noto-fonts
noto-fonts-emoji
noto-fonts-cjk-sans