diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-14 14:49:34 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-14 14:49:34 -0500 |
| commit | 691e161926912b7408dfc328712d892515af07b1 (patch) | |
| tree | 8a62ec578d45fe055cba8fa07b41af7f1623b4f5 /hosts/lust/default.nix | |
| parent | 04c3835a382bcae83e47001f8b10ae1221102805 (diff) | |
format code
Diffstat (limited to 'hosts/lust/default.nix')
| -rw-r--r-- | hosts/lust/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/lust/default.nix b/hosts/lust/default.nix index ac86b7b..9d0bfaf 100644 --- a/hosts/lust/default.nix +++ b/hosts/lust/default.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: { imports = [ ../../common/pipewire.nix |
