adding audacity and fixing mem script

This commit is contained in:
Chris Cochrun 2022-06-30 11:25:53 -05:00
parent 6ad3e2f63a
commit 41d62a174e
5 changed files with 66 additions and 15 deletions

View file

@ -48,7 +48,10 @@
# NVIDIA
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;
hardware = {
opengl.enable = true;
nvidia.modesettings.enable = true;
};
services.xserver = {
enable = true;
@ -167,6 +170,7 @@
dash
light
kget
audacity
krename
kwallet-pam
plasma5Packages.kwallet
@ -280,7 +284,7 @@
(import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
sha256 = "07nj3ab2jbcmr66krxy6wli23srw0vgx1jhjg2b89amzllnzbi93";
}))
(self: super: