Merge pull request 'OBS does not belong in home-manager' (#29) from chore/drop-obs into master

Reviewed-on: #29
This commit was merged in pull request #29.
This commit is contained in:
2026-01-29 21:32:09 +01:00
2 changed files with 0 additions and 6 deletions

View File

@@ -9,7 +9,6 @@
imports = [ imports = [
./other/fonts.nix ./other/fonts.nix
./programs/obs-studio.nix
./programs/bitwarden.nix ./programs/bitwarden.nix
./programs/kitty.nix ./programs/kitty.nix
./programs/zsh.nix ./programs/zsh.nix

View File

@@ -1,5 +0,0 @@
{ pkgs, ... }:
{
programs.obs-studio.enable = true;
}