This commit is contained in:
4DBug
2026-03-01 03:55:20 -06:00
parent 8ff72d5c6a
commit 2d4510c2fd
9 changed files with 46 additions and 9 deletions

View File

@@ -24,6 +24,8 @@
openssh
beets
catppuccin
#librewolf
nixcord
];
nixos = {

View File

@@ -25,6 +25,8 @@
openssh
beets
catppuccin
# librewolf
nixcord
];
nixos = {

View File

@@ -48,7 +48,7 @@
};
"/music" = {
path = "/home/bug/Music/TidalScrape/Downloads/";
path = "/home/bug/Music/";
access = {
r = "*";

View File

@@ -39,9 +39,13 @@
"discord@bug.tools"
"github@bug.tools"
"matrix@bug.tools"
"fluxer@bug.tools"
"git@bug.tools"
"contact@bug.tools"
"fc2@bug.tools"
"counter@bug.tools"
"claude@bug.tools"
"bitcraft@bug.tools"
];
};

View File

@@ -1,10 +1,24 @@
{
den.aspects.librewolf = {
homeManager = { pkgs, ... }: {
home = {
packages = with pkgs; [
librewolf
];
homeManager = {
programs.librewolf = {
enable = true;
settings = {
"browser.startup.homepage" = "https://search.bug.tools";
};
# set default search engine to search.bug.tools (searxng)
# and add stylus, tampermonkey, sponsorblock, dearrow, cookie quick manager
policies = {
BlockAboutConfig = true;
};
# https://github.com/nix-community/nur-combined/blob/main/repos/rycee/pkgs/firefox-addons/generated-firefox-addons.nix
};
};
};

View File

@@ -0,0 +1,13 @@
{ inputs, ... }: {
den.aspects.librewolf = {
homeManager = {
imports = [ inputs.nixcord.homeModules.nixcord ];
programs.nixcord = {
enable = true;
dorion.enable = true;
};
};
};
}

View File

@@ -26,7 +26,7 @@
users.users.bug.packages = with pkgs; [
obsidian
vesktop
# vesktop
nicotine-plus
fastfetch
gh