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,13 +1,23 @@
|
|||
{ inputs, lib, stateVersion, username, hostname, nixgl, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
../hosts/${hostname}/home-config.nix
|
||||
../nixos/includes/system/overlay.nix
|
||||
../modules/home-manager/default.nix
|
||||
] ++ lib.optional (
|
||||
builtins.pathExists ../hosts/${hostname}/includes/home-manager.nix
|
||||
) ../hosts/${hostname}/includes/home-manager.nix;
|
||||
inputs,
|
||||
lib,
|
||||
stateVersion,
|
||||
username,
|
||||
hostname,
|
||||
nixgl,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
../hosts/${hostname}/home-config.nix
|
||||
../nixos/includes/system/overlay.nix
|
||||
../modules/home-manager/default.nix
|
||||
]
|
||||
++ lib.optional (
|
||||
builtins.pathExists ../hosts/${hostname}/includes/home-manager.nix
|
||||
)
|
||||
../hosts/${hostname}/includes/home-manager.nix;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.home-manager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue