mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Update nix
This commit is contained in:
parent
f3e351dad6
commit
3256def44c
5 changed files with 118 additions and 111 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue