flake update
All checks were successful
/ check (push) Successful in 1m28s

This commit is contained in:
Oliver Davies 2025-06-22 13:55:04 +01:00
parent b926a50119
commit b691b02deb
6 changed files with 34 additions and 32 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
with lib;
@ -13,6 +13,8 @@ in
programs.qutebrowser = {
enable = true;
package = pkgs.stable.qutebrowser;
searchEngines = {
dp = "https://www.drupal.org/project/{}";
du = "https://www.drupal.org/u/{}";

View file

@ -15,7 +15,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
handbrake
stable.handbrake
];
};
}

View file

@ -18,7 +18,7 @@ in
dwm-status = {
enable = true;
order = [
settings.order = [
"audio"
"battery"
"network"