format + add alpine

This commit is contained in:
Tristan 2024-02-14 23:35:50 +00:00
parent e9a22d817e
commit 3bf9f9b6d1
8 changed files with 90 additions and 64 deletions

View file

@ -197,9 +197,11 @@ in {
window=$(echo "$windows" | ${menu})
hyprctl dispatch focuswindow title:"$window"
'';
hotkeys = [{
key = "tab";
}];
hotkeys = [
{
key = "tab";
}
];
}
];

View file

@ -1,6 +1,4 @@
{
pkgs, ...
}: {
{pkgs, ...}: {
home.packages = with pkgs; [wlr-randr nwg-displays];
wayland.windowManager.hyprland.settings.source = [