mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
wtf
This commit is contained in:
parent
3de4e5bda4
commit
811bad1317
3 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
9
home-manager/swaync.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ ... }: {
|
||||||
|
/*services.swaync = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
"notification-window-preferred-output" = "Samsung Electric Company SMS24A450/460 HVMBA01140";
|
||||||
|
};
|
||||||
|
};*/
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue