From 19014133d2a51516660bdf7f16fc36c1ae477bc7 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Fri, 9 May 2025 21:03:20 +0100 Subject: [PATCH] Adding noisetorch --- configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 50aecf0..9e6aed9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,7 +40,7 @@ boot.loader = { systemd-boot.enable = true; efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; + #efiSysMountPoint = "/boot/efi"; }; }; @@ -103,6 +103,7 @@ environment.systemPackages = with pkgs; [ gnomeExtensions.pop-shell discord-ptb git + vlc ]; # Steam @@ -110,5 +111,9 @@ programs.steam = { enable = true; }; +# Noisetorch +programs.noisetorch.enable = true; + +####################################################### system.stateVersion = "24.11"; }