flake update
This commit is contained in:
parent
6df0c22603
commit
cb19a0c3c3
6 changed files with 26 additions and 19 deletions
|
|
@ -5,7 +5,7 @@ url=https://2.5admins.com/feed/podcast
|
|||
|
||||
[50plus2]
|
||||
url=https://50plus2.podigee.io/feed/mp3
|
||||
id3album=50+2
|
||||
album_tag=50+2
|
||||
|
||||
[drei90]
|
||||
url=http://feeds.feedburner.com/Drei90
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, osConfig, ... }:
|
||||
|
||||
{
|
||||
programs.firefox = {
|
||||
|
|
@ -39,16 +39,18 @@
|
|||
name = config.home.username;
|
||||
isDefault = true;
|
||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
adaptive-tab-bar-colour
|
||||
auto-tab-discard
|
||||
keepassxc-browser
|
||||
tampermonkey
|
||||
ublock-origin
|
||||
vimium
|
||||
web-archives
|
||||
zotero-connector
|
||||
];
|
||||
search = {
|
||||
force = true;
|
||||
default = "google";
|
||||
default = "ddg";
|
||||
engines = {
|
||||
"Nix Packages" = {
|
||||
urls = [{
|
||||
|
|
@ -74,7 +76,8 @@
|
|||
definedAliases = [ "@no" ];
|
||||
};
|
||||
"Home manager options" = {
|
||||
urls = [{ template = "https://home-manager-options.extranix.com/?query={searchTerms}&release=release-24.11"; }];
|
||||
# urls = [{ template = "https://home-manager-options.extranix.com/?query={searchTerms}&release=release-${osConfig.system.nixos.release}"; }];
|
||||
urls = [{ template = "https://home-manager-options.extranix.com/?query={searchTerms}&release=release-25.05"; }];
|
||||
icon = "https://mipmip.github.io/home-manager-option-search/images/favicon.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@hm" ];
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
shell = "${pkgs.fish}/bin/fish -c 'tmux attach'";
|
||||
pad = "17x17";
|
||||
font = "JetBrains Mono:size=14";
|
||||
# font = "Adwaita Mono:size=14";
|
||||
initial-window-mode = "maximized";
|
||||
line-height = "19";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,8 +7,11 @@
|
|||
size = 32;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gnomeExtensions.run-or-raise
|
||||
home.packages = with pkgs.gnomeExtensions; [
|
||||
run-or-raise
|
||||
removable-drive-menu
|
||||
system-monitor
|
||||
app-icons-taskbar
|
||||
];
|
||||
|
||||
dconf.settings = {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
src = builtins.fetchGit {
|
||||
url = "ssh://git@shorbut.ktiu.net/home/git/woof.vim/";
|
||||
ref = "main";
|
||||
rev = "69ecc972c3933cd9f358b2928693c6275cfcf8a5";
|
||||
rev = "4425fa50137a71ba4c48c3a09c3db1aad06705dc";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue