This commit is contained in:
nora 2025-09-21 20:28:30 +02:00
parent 3de4e5bda4
commit 811bad1317
3 changed files with 11 additions and 0 deletions

View file

@ -20,6 +20,7 @@ with pkgs; [
hollywood hollywood
htop htop
hyperfine hyperfine
killall
llvmPackages_21.bintools-unwrapped llvmPackages_21.bintools-unwrapped
inferno inferno
jq jq

View file

@ -22,6 +22,7 @@ in
./vscode.nix ./vscode.nix
./waybar.nix ./waybar.nix
./swaylock.nix ./swaylock.nix
./swaync.nix
]; ];
home = { home = {

9
home-manager/swaync.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }: {
/*services.swaync = {
enable = true;
settings = {
"notification-window-preferred-output" = "Samsung Electric Company SMS24A450/460 HVMBA01140";
};
};*/
}