This commit is contained in:
martyTF 2026-05-18 18:38:42 +02:00
parent b896f4bc57
commit ce82b29a96
4 changed files with 11 additions and 22 deletions

View file

@ -1,20 +0,0 @@
{
osConfig,
config,
...
}:
{
config = {
programs = {
emacs = {
extraConfig = ''
(setq standard-indent 2)
'';
extraPackages = epkgs: [
];
};
};
};
}

View file

@ -91,6 +91,12 @@ in
IconURL = "https://kagi.com/asset/597c5c3/kagi_assets/logos/search.png";
Alias = "@k";
}
{
Name = "Wolfram|Alpha";
URLTemplate = "https://www.wolframalpha.com/input?i={searchTerms}";
IconURL = "https://upload.wikimedia.org/wikipedia/commons/2/20/Mathematica_Logo.svg";
Alias = "@w";
}
];
};
};

View file

@ -33,7 +33,7 @@
[
streamrip
gst_all_1.gstreamer
sendspin-go
python314Packages.sendspin
]
else
[ ]

View file

@ -52,7 +52,10 @@
++ (
if (config.apps.gaming.minecraft.enable) then
[ prismlauncher ]
[
prismlauncher
libxkbcommon
]
else
[ ]
)