Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles

This commit is contained in:
Martin Larsson 2025-05-11 20:42:37 +02:00
commit 0ff714cd02
25 changed files with 549 additions and 237 deletions

View file

@ -20,13 +20,6 @@ let
sha256 = "sha256-mpTrvgYiMfamMebtytY0bLouSbaP3qEqP8pgCFl+xPQ=";
};
discord_wrapped = pkgs.writeShellScriptBin "discord" ''
#!${pkgs.runtimeShell}
# Execute the original Discord binary, redirecting stdout and stderr to /dev/null
# "$@" passes along any arguments (like URLs for opening links in Discord)
exec "${pkgs.discord}/bin/discord" "$@" >/dev/null 2>&1
'';
bananaCursorBlue = pkgs.stdenv.mkDerivation {
pname = "banana-cursor-blue";
version = "2.0.0";
@ -164,10 +157,6 @@ in
};
};
services = {
mako.enable = true;
};
programs = {
firefox = {
enable = true;