disable dark mode, update and add firefox+jabref

This commit is contained in:
2025-10-15 15:43:19 +02:00
parent 250caeaf32
commit 1e738d598b
3 changed files with 10 additions and 7 deletions

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1757808926, "lastModified": 1758463745,
"narHash": "sha256-K6PEI5PYY94TVMH0mX3MbZNYFme7oNRKml/85BpRRAo=", "narHash": "sha256-uhzsV0Q0I9j2y/rfweWeGif5AWe0MGrgZ/3TjpDYdGA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f21d9167782c086a33ad53e2311854a8f13c281e", "rev": "3b955f5f0a942f9f60cdc9cacb7844335d0f21c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1758216857, "lastModified": 1760139962,
"narHash": "sha256-h1BW2y7CY4LI9w61R02wPaOYfmYo82FyRqHIwukQ6SY=", "narHash": "sha256-4xggC56Rub3WInz5eD7EZWXuLXpNvJiUPahGtMkwtuc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d2ed99647a4b195f0bcc440f76edfa10aeb3b743", "rev": "7e297ddff44a3cc93673bb38d0374df8d0ad73e4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -4,7 +4,7 @@
commandLineArgs = [ commandLineArgs = [
"--force-dark-mode" "--force-dark-mode"
"--enable-features=WebContentsForceDark" #"--enable-features=WebContentsForceDark"
]; ];
extensions = [ extensions = [

View File

@@ -19,6 +19,8 @@
pkgs.feather pkgs.feather
pkgs.electrum pkgs.electrum
pkgs.firefox
pkgs.zathura pkgs.zathura
pkgs.xfce.thunar pkgs.xfce.thunar
pkgs.ranger pkgs.ranger
@@ -43,6 +45,7 @@
pkgs.quickemu pkgs.quickemu
pkgs.zotero pkgs.zotero
pkgs.jabref
(pkgs.aspellWithDicts (pkgs.aspellWithDicts
(dicts: with dicts; [ de en en-computers ])) (dicts: with dicts; [ de en en-computers ]))