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;