From 639d75899534c1932ada43c72abb62bc856412ab Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 9 Mar 2024 22:06:31 +0530 Subject: config sync --- configuration.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index c6691ea..f3e26e9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,8 +24,6 @@ in allowBroken = false; }; - services.tlp.enable = true; - services.udisks2.enable = true; programs.dconf.enable = true; @@ -55,6 +53,7 @@ in alsa.enable = true; pulse.enable = true; jack.enable = true; + wireplumber.enable = true; }; # Network @@ -103,6 +102,13 @@ in }; programs.darling.enable = true; # macos emu + # programs.tmux = { + # enable = true; + # secureSocket = true; + # terminal = "tmux-direct"; # st-256color + # shortcut = "0"; + # }; + # I18n and keyboard layout time.timeZone = "Asia/Kolkata"; i18n.defaultLocale = "en_US.UTF-8"; @@ -119,7 +125,6 @@ in enable = true; autorun = false; displayManager.startx.enable = true; - # videoDrivers = [ "intel" "modesetting" ]; libinput = { enable = true; touchpad = { -- cgit v1.3.1