OBS does not belong in home-manager #29

Merged
armel merged 1 commits from chore/drop-obs into master 2026-01-29 21:32:10 +01:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit 5e05329302 - Show all commits

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;
}