chore: format nix files treewide

This commit is contained in:
Mohammad Rafiq 2025-05-20 12:53:13 +08:00
parent e1652efa53
commit 90d10606bc
No known key found for this signature in database
30 changed files with 387 additions and 319 deletions

View file

@ -1,4 +1,9 @@
{ config, pkgs, osConfig, ... }:
{
config,
pkgs,
osConfig,
...
}:
{
cli.shell = "zsh";
cli.editor = "nvf";
@ -23,12 +28,12 @@
];
home.persistence."/persist/home/rafiq".directories = [
"repos"
];
"repos"
];
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}