aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-03-09 22:06:31 +0530
committerAkshay Nair <phenax5@gmail.com>2024-03-09 22:06:31 +0530
commit639d75899534c1932ada43c72abb62bc856412ab (patch)
tree30ef3edaf12dcf5ecf1d57a0638873f50a696bf2 /configuration.nix
parent1481b5757f762991e699cfeb3268f24b024a9738 (diff)
downloadnixos-config-639d75899534c1932ada43c72abb62bc856412ab.tar.gz
nixos-config-639d75899534c1932ada43c72abb62bc856412ab.zip
config sync
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix11
1 files changed, 8 insertions, 3 deletions
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 = {