Update nix

This commit is contained in:
muon 2025-09-02 20:24:03 +00:00
parent f3e351dad6
commit 3256def44c
5 changed files with 118 additions and 111 deletions

View file

@ -1,9 +1,14 @@
{ pkgs, lib, config, ... }: {
{
pkgs,
lib,
config,
...
}: {
options.mods.desktop.development.enable =
lib.mkEnableOption "enables gui development tools";
config = lib.mkIf config.mods.desktop.development.enable {
home.packages = with pkgs; [ i3-swallow ];
# home.packages = with pkgs; [ i3-swallow ];
programs.qutebrowser = {
enable = true;
@ -14,16 +19,14 @@
default_page = "https://online.bonjourr.fr/";
start_pages = "https://online.bonjourr.fr/";
};
editor.command =
[ "swallow" "alacritty" "-e" "hx" "{file}:{line}:{column}" ];
editor.command = ["alacritty" "-e" "hx" "{file}:{line}:{column}"];
};
searchEngines = {
DEFAULT = "https://search.muon.host/?q={}";
np = "https://search.nixos.org/packages?channel=unstable&query={}";
no = "https://search.nixos.org/options?channel=unstable&query={}";
hm =
"https://home-manager-options.extranix.com/?release=master&query={}";
hm = "https://home-manager-options.extranix.com/?release=master&query={}";
};
extraConfig = ''