mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
chore: run alejandra
This commit is contained in:
parent
c509d80b58
commit
79ee2b4908
9 changed files with 169 additions and 147 deletions
|
|
@ -1,11 +1,17 @@
|
|||
# This module integrates tmux with fish
|
||||
{pkgs, lib, config, ...}: {
|
||||
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
assertions = [
|
||||
{ assertion = config.programs.fish.enable;
|
||||
{
|
||||
assertion = config.programs.fish.enable;
|
||||
message = "Should have fish enabled";
|
||||
}
|
||||
{ assertion = config.programs.tmux.enable;
|
||||
{
|
||||
assertion = config.programs.tmux.enable;
|
||||
message = "Should have tmux enabled";
|
||||
}
|
||||
];
|
||||
|
|
@ -26,5 +32,4 @@
|
|||
home.packages = with pkgs; [
|
||||
tmux-sessionizer
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue