flake update

This commit is contained in:
Till 2025-07-29 16:04:47 +02:00
parent 6df0c22603
commit cb19a0c3c3
6 changed files with 26 additions and 19 deletions

24
flake.lock generated
View file

@ -28,11 +28,11 @@
]
},
"locked": {
"lastModified": 1752544374,
"narHash": "sha256-ReX0NG6nIAEtQQjLqeu1vUU2jjZuMlpymNtb4VQYeus=",
"lastModified": 1753592768,
"narHash": "sha256-oV695RvbAE4+R9pcsT9shmp6zE/+IZe6evHWX63f2Qg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2e00ed310c218127e02ffcf28ddd4e0f669fde3e",
"rev": "fc3add429f21450359369af74c2375cb34a2d204",
"type": "github"
},
"original": {
@ -44,11 +44,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1752620740,
"narHash": "sha256-f3pO+9lg66mV7IMmmIqG4PL3223TYMlnlw+pnpelbss=",
"lastModified": 1753489912,
"narHash": "sha256-uDCFHeXdRIgJpYmtcUxGEsZ+hYlLPBhR83fdU+vbC1s=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "32a4e87942101f1c9f9865e04dc3ddb175f5f32e",
"rev": "13e8d35b7d6028b7198f8186bc0347c6abaa2701",
"type": "github"
},
"original": {
@ -60,11 +60,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1752480373,
"narHash": "sha256-JHQbm+OcGp32wAsXTE/FLYGNpb+4GLi5oTvCxwSoBOA=",
"lastModified": 1753694789,
"narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08",
"rev": "dc9637876d0dcc8c9e5e22986b857632effeb727",
"type": "github"
},
"original": {
@ -80,11 +80,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1752752944,
"narHash": "sha256-Tjdl6UwwlnpPfO/W+u6lNMCIY1X2hH3wYjwiMj48GjQ=",
"lastModified": 1753795681,
"narHash": "sha256-8/E4abkmKnsorksl5M/8j0ko6i5e6tE1sq5IEYXy1HY=",
"owner": "nix-community",
"repo": "nur",
"rev": "1c920036e31c0d5db9d0bb9bd317a2590e7773b6",
"rev": "dad44483eb16c470b1392aa2e88075a1bb16a9e2",
"type": "github"
},
"original": {

View file

@ -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

View file

@ -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" ];

View file

@ -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";
};

View file

@ -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 = {

View file

@ -18,7 +18,7 @@
src = builtins.fetchGit {
url = "ssh://git@shorbut.ktiu.net/home/git/woof.vim/";
ref = "main";
rev = "69ecc972c3933cd9f358b2928693c6275cfcf8a5";
rev = "4425fa50137a71ba4c48c3a09c3db1aad06705dc";
};
};
in