fix setting conflict

This commit is contained in:
Callum Leslie 2025-04-14 13:09:45 +01:00
parent 1eece5263a
commit 75d9ea8613
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
2 changed files with 203 additions and 120 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
lib,
...
}: {
programs = {
wireshark.enable = true;
fish.enable = true;
@ -16,7 +20,7 @@
# url = "https://i.redd.it/jd1nuwsl0d121.jpg";
# sha256 = "sha256-ff3ajGVsay2dtHiHmO2MYlqCvexUQjGifMs/ofzuyvI=";
# };
fit = "Contain";
fit = lib.mkForce "Contain";
};
# GTK = {
# application_prefer_dark_theme = true;