hotfix shit

This commit is contained in:
Schrottkatze 2025-01-15 14:46:42 +01:00
parent e61519b3c1
commit cc43283675
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,11 @@
# Edit this configuration file to define what should be installed on # Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{pkgs, ...}: { {
pkgs,
pkgs-stable,
...
}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../common.nix ../../common.nix
@ -34,8 +38,6 @@
networking.hostName = "monosodium-glutamate-g"; networking.hostName = "monosodium-glutamate-g";
services = { services = {
# monitor control
ddccontrol.enable = true;
xserver = { xserver = {
layout = "us"; layout = "us";
xkbVariant = "altgr-intl"; xkbVariant = "altgr-intl";

View file

@ -15,9 +15,7 @@
volumeicon volumeicon
playerctl playerctl
pulseaudioFull
helvum helvum
]; ];
hardware.pulseaudio.enable = pkgs.lib.mkForce false;
# sound.mediaKeys.enable = true; # sound.mediaKeys.enable = true;
} }