switched to waybar

This commit is contained in:
2025-07-23 22:16:59 -05:00
parent c4f24c33be
commit 4f7fcad7ad
7 changed files with 311 additions and 73 deletions

View File

@@ -69,6 +69,7 @@ boot = {
networking.networkmanager.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.package = pkgs.bluez;
@@ -110,6 +111,7 @@ boot = {
autoLogin.user = "joshuaelm";
};*/
security.pam.services.hyprlock = {};
programs.noisetorch.enable = true;
services.greetd = {
enable = true;
@@ -165,7 +167,7 @@ boot = {
# no need to redefine it in your config for now)
#media-session.enable = true;
};
hardware.pulseaudio.configFile = pkgs.runCommand "default.pa" {} ''
services.pulseaudio.configFile = pkgs.runCommand "default.pa" {} ''
sed 's/module-udev-detect$/module-udev-detect tsched=0/' \
${pkgs.pulseaudio}/etc/pulse/default.pa > $out
'';
@@ -209,11 +211,14 @@ hardware.pulseaudio.extraConfig = ''
isNormalUser = true;
description = "Joshua Elmasri";
extraGroups = [ "networkmanager" "wheel" "adbusers" ];
shell = pkgs.fish;
packages = with pkgs; [
# thunderbird
];
};
programs.fish.enable = true;
nix.optimise.automatic = true;
# Allow unfree packages