style: use alejandra formatter on all nix files
This commit is contained in:
parent
d563805909
commit
0d8a394dcf
76 changed files with 1287 additions and 935 deletions
|
@ -1,16 +1,19 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.cli.vifm;
|
||||
in
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.modules.cli.vifm;
|
||||
in {
|
||||
options.modules.cli.vifm = {
|
||||
enable = mkEnableOption "enable Vifm file browser";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
vifm
|
||||
chafa # Preview images
|
||||
chafa # Preview images
|
||||
poppler_utils # Preview PDF file
|
||||
];
|
||||
programs.zsh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue