181 current 2025-01-03 03:49:39 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-03 03:55:58 -05:00
parent f943ff544a
commit 63a6289ffd
5 changed files with 6 additions and 5 deletions

View File

@@ -86,7 +86,6 @@ in {
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true; # services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.synchronous = { users.users.synchronous = {
isNormalUser = true; isNormalUser = true;
description = "jake"; description = "jake";
@@ -123,6 +122,8 @@ in {
alejandra alejandra
discord discord
legcord legcord
polybar-pulseaudio-control
bluez # polybar
# procps # for pgrep # procps # for pgrep
# xorg.xrandr # xorg.xrandr
# thunderbird # thunderbird

View File

@@ -62,7 +62,7 @@
# inputs.emacs-overlay.overlay -- breaks doom on 30.?? # inputs.emacs-overlay.overlay -- breaks doom on 30.??
]; ];
home.packages = with pkgs; [xrandr procps polybar bspwm sxhkd]; home.packages = with pkgs; [xrandr procps polybar bspwm sxhkd polybar-pulseaudio-control bluez];
}; };
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
# extraSpecialArgs = {inherit inputs;}; # extraSpecialArgs = {inherit inputs;};

View File

@@ -252,7 +252,7 @@ tail = true
format =  <label> format =  <label>
interval = 1.0 interval = 1.0
label-foreground = ${colors.foreground} label-foreground = ${colors.foreground}
exec = pulseaudio-control --format '$VOL_LEVEL%' listen exec = /etc/profiles/per-user/synchronous/bin/pulseaudio-control --format '$VOL_LEVEL%' listen
format-foreground = ${colors.theme} format-foreground = ${colors.theme}
[module/cmus] [module/cmus]

View File

@@ -18,7 +18,7 @@ in {
# my savior: https://www.reddit.com/r/NixOS/comments/v8ikwq/polybar_doesnt_start_at_launch/ # my savior: https://www.reddit.com/r/NixOS/comments/v8ikwq/polybar_doesnt_start_at_launch/
script = '' script = ''
# echo "none" # echo "none"
polybar mybar & disown polybar mybar 2> /dev/null & disown
''; '';
}; };

View File

@@ -50,7 +50,7 @@ fi
current=$(nixos-rebuild list-generations | grep current) current=$(nixos-rebuild list-generations | grep current)
# Commit all changes witih the generation metadata # Commit all changes witih the generation metadata
git --git-dir /home/synchronous/nix-cfg/.git add . # git --git-dir /home/synchronous/nix-cfg/.git add .
git --git-dir /home/synchronous/nix-cfg/.git commit -am "$current" git --git-dir /home/synchronous/nix-cfg/.git commit -am "$current"
# Back to where you were # Back to where you were