many changes

This commit is contained in:
Kat Inskip 2025-06-17 16:41:48 -07:00
parent 3150cf3c12
commit 0262081094
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
43 changed files with 4022 additions and 204 deletions

View file

@ -8,9 +8,10 @@ in {
home.packages = with pkgs; [
(discord-krisp.override {
withOpenASAR = true;
withVencord = true; # can do this here too
withVencord = false; # can do this here too
})
vesktop
#legcord
dorion
#betterdiscordctl
];
}

View file

@ -18,6 +18,7 @@ in {
containersForce = true;
extensions = {
packages = with nur.repos.rycee.firefox-addons; [
pronoundb
sponsorblock
link-cleaner
canvasblocker

View file

@ -10,9 +10,6 @@
# Mail
thunderbird
# Music
spotify
# Chat
tdesktop # Telegram
dino # XMPP
@ -35,6 +32,8 @@
alsa-utils
pwvucontrol
veracrypt
deluge
gimp
xarchiver
];
}

View file

@ -0,0 +1,22 @@
{pkgs, inputs, ... }: let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
in {
programs.spicetify = {
enable = true;
enabledExtensions = with spicePkgs.extensions; [
volumePercentage
queueTime
groupSession
];
experimentalFeatures = true;
windowManagerPatch = true;
colorScheme = "CatppuccinMocha";
theme = spicePkgs.themes.text // {
additionalCss = ''
:root {
--font-family: 'Monaspace Krypton', monospace;
}
'';
};
};
}

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
programs.taskwarrior = {
enable = true;
package = pkgs.taskwarrior3;
};
home.packages = [ pkgs.taskwarrior-tui ];
}

View file

@ -24,7 +24,7 @@
}),
window_decorations = "TITLE | RESIZE",
enable_wayland = true,
enable_wayland = false,
warn_about_missing_glyphs = false,
font_size = 12.0,
check_for_updates = false,