diff options
author | makefu <github@syntax-fehler.de> | 2023-06-03 15:17:03 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2023-06-03 15:17:30 +0200 |
commit | 0899a30efdbc6c2abe8afa2c0dea5980b33e8769 (patch) | |
tree | 1d7c240939d7b0f48369d120e038f584be4f9bf9 /makefu/1systems/snake/source.nix | |
parent | c99460e5f739032d7011af5d533072e5189fd0c3 (diff) |
ma snake.r: add sound hardware config
Diffstat (limited to 'makefu/1systems/snake/source.nix')
-rw-r--r-- | makefu/1systems/snake/source.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/1systems/snake/source.nix b/makefu/1systems/snake/source.nix index b9a32a2c4..8fc2fff2d 100644 --- a/makefu/1systems/snake/source.nix +++ b/makefu/1systems/snake/source.nix @@ -3,5 +3,4 @@ full = true; home-manager = true; hw = true; - disko = true; } |