5 Commits

Author SHA1 Message Date
8e6cfa47b8 gnome keyring
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 26s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 2m47s
2026-04-26 13:03:51 -04:00
9d702285b6 gnome keyring
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 38s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 2m32s
2026-04-26 13:02:19 -04:00
ef128b240e Merge pull request 'feature/avahi' (#219) from feature/avahi into main
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 10s
Check Nix flake / Perform Nix flake checks (push) Failing after 2m10s
Update flakes / update_lockfile (push) Failing after 14m38s
Reviewed-on: #219
2026-04-26 02:09:47 -04:00
f66c8792c4 remove zathura, add avahi
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 10s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 4m35s
2026-04-26 01:48:08 -04:00
dde6dc3246 remove zathura, add avahi 2026-04-26 01:47:46 -04:00
3 changed files with 27 additions and 13 deletions

View File

@@ -54,6 +54,12 @@
"starcoder2:7b" "starcoder2:7b"
]; ];
}; };
avahi = {
enable = true;
#publish.enable = true;
nssmdns4 = true;
openFirewall = true;
};
flatpak.enable = true; flatpak.enable = true;
calibre-web = { calibre-web = {
# temp disable this # temp disable this

View File

@@ -6,7 +6,6 @@
attic-client attic-client
amdgpu_top amdgpu_top
android-tools android-tools
bat
bitwarden-cli bitwarden-cli
bfg-repo-cleaner bfg-repo-cleaner
brightnessctl brightnessctl
@@ -19,7 +18,6 @@
#claude-code #claude-code
croc croc
deadnix deadnix
direnv
easyeffects easyeffects
eza eza
fanficfare fanficfare
@@ -107,4 +105,13 @@
zoom-us zoom-us
zoxide zoxide
]; ];
programs = {
appimage = {
enable = true;
binfmt = true;
};
bat.enable = true;
direnv.enable = true;
kdeconnect.enable = true;
};
} }

View File

@@ -194,21 +194,23 @@ in
onSave = true; onSave = true;
forwardSearchAfter = true; forwardSearchAfter = true;
}; };
forwardSearch = { #forwardSearch = {
executable = "zathura"; # #executable = "zathura";
args = [ # args = [
"--synctex-forward" # "--synctex-forward"
"%l:1:%f" # "%l:1:%f"
"-x" # "-x"
"zed %%{input}:%%{line}" # "zed %%{input}:%%{line}"
"%p" # "%p"
]; # ];
}; #};
}; };
}; };
}; };
}; };
services.gnome-keyring.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
cmake cmake
shellcheck shellcheck
@@ -268,7 +270,6 @@ in
bitwarden-cli bitwarden-cli
bitwarden-menu bitwarden-menu
wtype wtype
zathura
obsidian obsidian
libreoffice-qt-fresh libreoffice-qt-fresh
wlr-randr wlr-randr