summaryrefslogtreecommitdiffstats
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index 790532b..13d3a6b 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -103,7 +103,23 @@
nerd-fonts.jetbrains-mono
nerd-fonts.fira-code
nerd-fonts.droid-sans-mono
+ noto-fonts-color-emoji
];
+
+
+ security.rtkit.enable = true;
+ services.pipewire = {
+ enable = true;
+ audio.enable = true;
+ pulse.enable = true;
+ alsa.enable = true;
+ };
+ services.pipewire.wireplumber.enable = true;
+
+ hardware = {
+ opengl.enable = true;
+ };
+
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;