This commit is contained in:
biscuit
2025-05-20 21:22:46 -05:00
parent 5022c31815
commit 45ce1678d1
3 changed files with 14 additions and 6 deletions
+4
View File
@@ -158,6 +158,10 @@
"$mod, mouse_down, workspace, e+1"
"$mod, mouse_up, workspace, e-1"
"$mod, F, fullscreen, 0"
"$mod, Space, exec, pkill wofi || wofi --show drun"
]
++ (
# workspaces
+5 -5
View File
@@ -8,9 +8,9 @@
wofiSource = builtins.toPath ./launcher;
in {
programs.wofi.enable = true;
home.file.".config/wofi" = {
source = wofiSource;
recursive = true;
force = true;
};
# home.file.".config/wofi" = {
# source = wofiSource;
# recursive = true;
# force = true;
# };
}
+5 -1
View File
@@ -1,7 +1,11 @@
{ ... }: {
{ pkgs, ... }: {
# Enable sound.
# services.pulseaudio.enable = true;
# OR
environment.systemPackages = with pkgs; [
pavucontrol
];
security.rtkit.enable = true;
services.pipewire = {
enable = true;
pulse.enable = true;