mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
fix setting conflict
This commit is contained in:
parent
1eece5263a
commit
75d9ea8613
2 changed files with 203 additions and 120 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue