From 1fa03aa6f6c2b1e05dcff9ac74e44ce50f3f7fb6 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Wed, 13 Mar 2024 21:14:04 +0100 Subject: [PATCH] Added prismlauncher and group dialout --- configuration.nix | 2 +- home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index cee94b2..bf4f99c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,7 +61,7 @@ in { users.users.svante = { isNormalUser = true; description = "Svante"; - extraGroups = [ "networkmanager" "wheel" "audio" ]; + extraGroups = [ "networkmanager" "wheel" "audio" "dialout" ]; shell = pkgs.zsh; packages = with pkgs; []; }; diff --git a/home.nix b/home.nix index 254d7c4..0575ac9 100644 --- a/home.nix +++ b/home.nix @@ -17,6 +17,7 @@ in { pkgs.qt6.qtwayland pkgs.libsForQt5.qt5.qtwayland pkgs.obs-studio + pkgs.prismlauncher ]; home.file = {