diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-03-09 22:06:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-03-09 22:06:31 +0530 |
| commit | 639d75899534c1932ada43c72abb62bc856412ab (patch) | |
| tree | 30ef3edaf12dcf5ecf1d57a0638873f50a696bf2 /configuration.nix | |
| parent | 1481b5757f762991e699cfeb3268f24b024a9738 (diff) | |
| download | nixos-config-639d75899534c1932ada43c72abb62bc856412ab.tar.gz nixos-config-639d75899534c1932ada43c72abb62bc856412ab.zip | |
config sync
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 11 |
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 = { |
