summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-05-01 18:03:31 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-05-01 18:03:31 +0530
commit1a67a1352b08a59603b471f1838772512350641f (patch)
tree4e33b5d47364c8d0606a71a34e843ade81daf6ce /modules
parentf216fd893665c510c2819acb5f10b47e6d9fdb53 (diff)
Back to dwl
Diffstat (limited to 'modules')
-rw-r--r--modules/core/bluetooth.nix2
-rw-r--r--modules/login.nix6
-rw-r--r--modules/wm_utils.nix5
3 files changed, 9 insertions, 4 deletions
diff --git a/modules/core/bluetooth.nix b/modules/core/bluetooth.nix
index fbd9b48..5e64d97 100644
--- a/modules/core/bluetooth.nix
+++ b/modules/core/bluetooth.nix
@@ -3,5 +3,5 @@
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
- # services.blueman.enable = true;
+ services.blueman.enable = true;
}
diff --git a/modules/login.nix b/modules/login.nix
index d995501..15bb46d 100644
--- a/modules/login.nix
+++ b/modules/login.nix
@@ -10,7 +10,7 @@
enable = true;
settings = {
default_session = {
- command = "tuigreet --time --remember --cmd \"startplasma-wayland\"";
+ command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";
user = "greeter";
};
};
@@ -40,9 +40,9 @@
security.polkit.enable = true;
- /* security.pam.services.swaylock.text = ''
+ security.pam.services.swaylock.text = ''
auth include login
- ''; */
+ '';
services.libinput.enable = true;
diff --git a/modules/wm_utils.nix b/modules/wm_utils.nix
index 0fb0323..850b29e 100644
--- a/modules/wm_utils.nix
+++ b/modules/wm_utils.nix
@@ -10,5 +10,10 @@
inotify-tools
wirelesstools
+ pamixer
+ wbg
+ networkmanagerapplet
+
+ sway-launcher-desktop
];
}