From 0bdaac634da5e187fae86ec25ff0f7390d3a0042 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 15 Nov 2024 07:25:41 +0530 Subject: cez: drop asound conf --- home/cez/modules/wayland.nix | 1 + os/cez/configuration.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/home/cez/modules/wayland.nix b/home/cez/modules/wayland.nix index af4bb89..525d51d 100644 --- a/home/cez/modules/wayland.nix +++ b/home/cez/modules/wayland.nix @@ -6,6 +6,7 @@ in { # vendor hardcoded screenshot key bindsym."mod4+shift+s" = "exec ${freezshot}"; output."eDP-1".scale = 1.4; + output."HDMI-A-1".scale = 1.6; }; programs.bemenu.settings.line-height = 25; diff --git a/os/cez/configuration.nix b/os/cez/configuration.nix index 0fe5dde..fbed83f 100644 --- a/os/cez/configuration.nix +++ b/os/cez/configuration.nix @@ -8,9 +8,5 @@ ./modules/tlp.nix ]; - environment.etc."asound.conf".text = '' - defaults.pcm.card 1 - defaults.ctl.card 1 - ''; hardware.bluetooth.enable = true; } -- cgit v1.2.3