mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
updated desktop config for 25.05
This commit is contained in:
parent
cadcfe0bc5
commit
6c4c116f18
6 changed files with 19 additions and 18 deletions
|
|
@ -51,8 +51,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
terminus_font
|
nerd-fonts.terminess-ttf
|
||||||
terminus-nerdfont
|
|
||||||
];
|
];
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ let
|
||||||
};
|
};
|
||||||
assertions =
|
assertions =
|
||||||
let
|
let
|
||||||
pinentry = config.services.gpg-agent.pinentryPackage;
|
pinentry = config.services.gpg-agent.pinentry.package;
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
@ -43,7 +43,8 @@ in
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
#bookmarks = config.user.bookmarks;
|
#bookmarks = config.user.bookmarks;
|
||||||
|
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = {
|
||||||
|
packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
ublock-origin
|
ublock-origin
|
||||||
tridactyl
|
tridactyl
|
||||||
#darkreader
|
#darkreader
|
||||||
|
|
@ -52,16 +53,17 @@ in
|
||||||
passff
|
passff
|
||||||
multi-account-containers
|
multi-account-containers
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "Google";
|
default = "google";
|
||||||
engines = {
|
engines = {
|
||||||
"Startpage" = {
|
"Startpage" = {
|
||||||
urls = [{
|
urls = [{
|
||||||
template = "https://www.startpage.com/sp/search?q={searchTerms}";
|
template = "https://www.startpage.com/sp/search?q={searchTerms}";
|
||||||
}];
|
}];
|
||||||
iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon--default.ico";
|
icon = "https://www.startpage.com/sp/cdn/favicons/favicon--default.ico";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ in
|
||||||
ranger
|
ranger
|
||||||
highlight
|
highlight
|
||||||
|
|
||||||
terminus-nerdfont
|
nerd-fonts.terminess-ttf
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ in
|
||||||
ranger
|
ranger
|
||||||
highlight
|
highlight
|
||||||
|
|
||||||
terminus-nerdfont
|
nerd-fonts.terminess-ttf
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ in
|
||||||
ranger
|
ranger
|
||||||
highlight
|
highlight
|
||||||
|
|
||||||
terminus-nerdfont
|
nerd-fonts.terminess-ttf
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ let
|
||||||
typescript-language-server
|
typescript-language-server
|
||||||
vscode-langservers-extracted
|
vscode-langservers-extracted
|
||||||
bash-language-server
|
bash-language-server
|
||||||
vls
|
#vls
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue