push
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
# Do not delete.
|
# Do not delete.
|
||||||
|
|
||||||
folderID: nix
|
folderID: nix
|
||||||
created: 2026-01-29T23:06:32-06:00
|
created: 2026-01-29T23:05:44-06:00
|
||||||
|
|||||||
@@ -28,5 +28,7 @@
|
|||||||
copyparty.url = "github:9001/copyparty";
|
copyparty.url = "github:9001/copyparty";
|
||||||
|
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
|
|
||||||
|
nixcord.url = "github:FlameFlag/nixcord";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
openssh
|
openssh
|
||||||
beets
|
beets
|
||||||
catppuccin
|
catppuccin
|
||||||
|
#librewolf
|
||||||
|
nixcord
|
||||||
];
|
];
|
||||||
|
|
||||||
nixos = {
|
nixos = {
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
openssh
|
openssh
|
||||||
beets
|
beets
|
||||||
catppuccin
|
catppuccin
|
||||||
|
# librewolf
|
||||||
|
nixcord
|
||||||
];
|
];
|
||||||
|
|
||||||
nixos = {
|
nixos = {
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"/music" = {
|
"/music" = {
|
||||||
path = "/home/bug/Music/TidalScrape/Downloads/";
|
path = "/home/bug/Music/";
|
||||||
|
|
||||||
access = {
|
access = {
|
||||||
r = "*";
|
r = "*";
|
||||||
|
|||||||
@@ -39,9 +39,13 @@
|
|||||||
"discord@bug.tools"
|
"discord@bug.tools"
|
||||||
"github@bug.tools"
|
"github@bug.tools"
|
||||||
"matrix@bug.tools"
|
"matrix@bug.tools"
|
||||||
"fluxer@bug.tools"
|
|
||||||
"git@bug.tools"
|
"git@bug.tools"
|
||||||
"contact@bug.tools"
|
"contact@bug.tools"
|
||||||
|
"fc2@bug.tools"
|
||||||
|
"counter@bug.tools"
|
||||||
|
"claude@bug.tools"
|
||||||
|
"bitcraft@bug.tools"
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,24 @@
|
|||||||
{
|
{
|
||||||
den.aspects.librewolf = {
|
den.aspects.librewolf = {
|
||||||
homeManager = { pkgs, ... }: {
|
homeManager = {
|
||||||
home = {
|
programs.librewolf = {
|
||||||
packages = with pkgs; [
|
enable = true;
|
||||||
librewolf
|
|
||||||
];
|
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
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
13
modules/software/nixcord.nix
Normal file
13
modules/software/nixcord.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ inputs, ... }: {
|
||||||
|
den.aspects.librewolf = {
|
||||||
|
homeManager = {
|
||||||
|
imports = [ inputs.nixcord.homeModules.nixcord ];
|
||||||
|
|
||||||
|
programs.nixcord = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
dorion.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
users.users.bug.packages = with pkgs; [
|
users.users.bug.packages = with pkgs; [
|
||||||
obsidian
|
obsidian
|
||||||
vesktop
|
# vesktop
|
||||||
nicotine-plus
|
nicotine-plus
|
||||||
fastfetch
|
fastfetch
|
||||||
gh
|
gh
|
||||||
|
|||||||
Reference in New Issue
Block a user