From 80a08e938b94910223a7746f787a4cad3fe2c441 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 25 Feb 2025 22:48:57 -0500 Subject: [PATCH] fix(nix): small configurations --- nix/hosts/framework/home.nix | 1 + nix/hosts/framework/sys.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index f08e368..c55ff47 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -108,6 +108,7 @@ irony-server typescript-language-server + prettierd jdk23 diff --git a/nix/hosts/framework/sys.nix b/nix/hosts/framework/sys.nix index ad99f70..e7404e5 100644 --- a/nix/hosts/framework/sys.nix +++ b/nix/hosts/framework/sys.nix @@ -150,6 +150,7 @@ programs.kdeconnect.enable = true; programs.steam.enable = true; programs.dconf.enable = true; + programs.obs-studio.enable = true; programs.fish = { enable = true;