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 = [

View file

@ -1,4 +1,8 @@
{pkgs,lib, ...}: {
{
pkgs,
lib,
...
}: {
imports = [
./qutebrowser.nix
./pcmanfm.nix

View file

@ -19,8 +19,7 @@
};
scripts = [
pkgs.mpvScripts.mpris
(pkgs.callPackage ../../pkgs/mpv-skipsilence.nix {inherit ( pkgs.mpvScripts ) buildLua;})
(pkgs.callPackage ../../pkgs/mpv-skipsilence.nix {inherit (pkgs.mpvScripts) buildLua;})
];
};
}

View file

@ -1,12 +1,14 @@
{config, pkgs, ...}:
let
{
config,
pkgs,
...
}: let
modifier = config.windowManager.modifierKey;
pwa = {
slack = "mpagibdhafmlkgpemeicgogjnhclenoc";
teams = "cifhbcnohmdccbgoicgdjpfamggdegmo";
};
in
{
in {
roles.email = {
enable = true;
email = "tristan.beedell@cryoserver.com";