This commit is contained in:
Reid 2024-12-08 18:30:51 -08:00
parent 9c92ea27e3
commit 8a2127b3d8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
37 changed files with 75 additions and 67 deletions

View file

@ -25,7 +25,7 @@ in {
# General
"*.direnv"
"*.envrc"
# OS related
".DS_Store?"
".DS_Store"

View file

@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }:
with lib;
let
let
cfg = config.modules.software.distractions.discord;
flags = [
"--flag-switches-begin"
@ -46,4 +46,4 @@ in {
}))
];
};
}
}

View file

@ -36,4 +36,4 @@ in {
user.packages = [ pkgs.protontricks pkgs.steam-run ];
};
}
}

View file

@ -26,11 +26,15 @@ in {
github.copilot
# language specific
astro-build.astro-vscode
# js/ts
dbaeumer.vscode-eslint
astro-build.astro-vscode
# rs
rust-lang.rust-analyzer
# lua
sumneko.lua
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
# general extensions
{
name = "discord-vscode";
publisher = "icrawl";

View file

@ -12,4 +12,4 @@ in {
hm.programs.eza.enable = true;
hm.programs.eza.git = true;
};
}
}

View file

@ -11,13 +11,13 @@ in {
config = mkIf cfg.enable {
# runtime dependencies of plugins
user.packages = with pkgs; [
user.packages = with pkgs; [
# fzf-fish
bat fd fzf
bat fd fzf
# grc
grc
grc
# tide
fishPlugins.tide
fishPlugins.tide
# done
libnotify
];
@ -28,10 +28,10 @@ in {
colorScript = nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; };
in {
enable = true;
plugins = with pkgs.fishPlugins; [
{ name = "fzf-fish"; src = fzf-fish.src; }
{ name = "grc"; src = grc.src; }
{ name = "tide"; src = tide.src; }
plugins = with pkgs.fishPlugins; [
{ name = "fzf-fish"; src = fzf-fish.src; }
{ name = "grc"; src = grc.src; }
{ name = "tide"; src = tide.src; }
{ name = "done"; src = done.src; }
{ name = "autopair"; src = autopair.src; }

View file

@ -13,4 +13,4 @@ in {
hm.home.packages = [ pkgs.flatpak ];
fonts.fontDir.enable = true;
};
}
}

View file

@ -22,4 +22,4 @@ in {
};
};
};
}
}

View file

@ -18,4 +18,4 @@ in {
pinentryPackage = pkgs.pinentry-gnome3;
};
};
}
}

View file

@ -23,7 +23,7 @@ in {
mode = "noalbumart";
};
};
scripts = with pkgs.mpvScripts; [
mpris
modernx
@ -32,4 +32,4 @@ in {
];
};
};
}
}

View file

@ -11,4 +11,4 @@ in {
config = mkIf cfg.enable {
programs.noisetorch.enable = true;
};
}
}

View file

@ -16,4 +16,4 @@ in {
settings.pinentry = pkgs.pinentry-gnome3;
};
};
}
}