diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-25 13:40:27 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-25 13:40:27 -0400 |
| commit | f2fb01a55b54dae9a5c26c7e1bae3d17c18de73e (patch) | |
| tree | c861617d8ff6f5fdf188b1f7dd5774c1d17a3cd5 /nixos/osu.nix | |
| parent | 8a0457f14d000b4aae8bbd4e950654802f01c584 (diff) | |
| download | home-f2fb01a55b54dae9a5c26c7e1bae3d17c18de73e.tar.gz | |
repo: format tree
Diffstat (limited to 'nixos/osu.nix')
| -rw-r--r-- | nixos/osu.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nixos/osu.nix b/nixos/osu.nix index 3bfb11b..e791ebf 100644 --- a/nixos/osu.nix +++ b/nixos/osu.nix @@ -1,4 +1,10 @@ -{ config, lib, pkgs, inputs, ... }: +{ + config, + lib, + pkgs, + inputs, + ... +}: { options.nixos.osu = { enable = lib.mkEnableOption "osu!"; |