diff options
author | ene <ene@sils.li> | 2023-02-18 22:46:33 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-18 22:57:24 +0100 |
commit | f8ec74c6e7f63a3e44bfd834e61f55c4b8a8822d (patch) | |
tree | 49683482c451d67a09b8dbac491f625500564b79 /hosts | |
parent | Feat: Add encryption through agenix (diff) | |
download | nixos-config-f8ec74c6e7f63a3e44bfd834e61f55c4b8a8822d.tar.gz nixos-config-f8ec74c6e7f63a3e44bfd834e61f55c4b8a8822d.zip |
Style(home-manager): Format with alejandra
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/desktop/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index c58d1a47..8e78949b 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -5,7 +5,7 @@ nixpkgs, home-manager, ... -}:{ +}: { imports = [ ./hardware ./networking.nix |