Disable allow unfree and modularize home some more
This commit is contained in:
parent
41055434ce
commit
c365d25eeb
11 changed files with 20 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf config.home.desktop.enable {
|
||||
config = lib.mkIf config.home.gaming.enable {
|
||||
programs.mangohud.enable = true;
|
||||
# These options exist in Nixlang, but the order is not respected.
|
||||
xdg.configFile."MangoHud/MangoHud.conf".text = ''
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = config.home.desktop.enable;
|
||||
enable = config.home.production.enable;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-pipewire-audio-capture
|
||||
obs-webkitgtk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue