Updated config

This commit is contained in:
2024-05-31 12:47:34 +02:00
parent bcb9b1c25b
commit 89d96c72f3
7 changed files with 44 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
programs.rofi = {
enable = true;

View File

@@ -1,4 +1,4 @@
{ hostName, ... }:
{ hostName, pkgs, ... }:
{
programs.waybar = {

View File

@@ -19,6 +19,7 @@
pavucontrol
unstable.cubiomes-viewer
unstable.yt-dlp
unstable.rnote
# Image editing
gimp

View File

@@ -1,8 +1,9 @@
{ ... }:
{ pkgs, ... }:
{
programs.librewolf = {
enable = true;
package = pkgs.unstable.librewolf;
settings = {
"webgl.disabled" = false;
"privacy.resistFingerprinting" = false;

View File

@@ -31,10 +31,10 @@
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
# Only available from driver 515.43.04+
# Currently alpha-quality/buggy, so false is currently the recommended setting.
open = false;
open = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
programs.gamemode.enable = true;