chore: fmt

main
Ari Gerus 2024-02-25 18:29:22 +01:00 committed by Ari Gato
parent a1138a14b6
commit 479eeb2748
1 changed files with 1 additions and 4 deletions

View File

@ -15,10 +15,7 @@ let
${util-linux}/bin/rfkill unblock 0
'';
in {
imports = [
inputs.self.nixosModules.common
inputs.home-manager.nixosModule
];
imports = [ inputs.self.nixosModules.common inputs.home-manager.nixosModule ];
home-manager.users.ar = {
home.username = "ar";