7 Commits

Author SHA1 Message Date
github-actions[bot]
3b03217f49 automated: Update flake.lock
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 7s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 5m29s
Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].

[1]: https://nayeonie.com/ahuston-0/nix-dotfiles/src/branch/main/.github/workflows/flake-update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
2026-04-27 12:17:48 +00:00
a226d68df7 Merge pull request 'gnome keyring' (#220) from feature/avahi into main
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 12s
Check Nix flake / Perform Nix flake checks (push) Successful in 2m30s
Update flakes / update_lockfile (push) Failing after 10m55s
Reviewed-on: #220
2026-04-26 14:14:33 -04:00
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
4 changed files with 39 additions and 25 deletions

24
flake.lock generated
View File

@@ -76,11 +76,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1777089773,
"narHash": "sha256-ZIlNuebeWTncyl7mcV9VbceSLAaZki+UeXLPQG959xI=",
"lastModified": 1777262571,
"narHash": "sha256-ni1Cz9BChOXO6C0H4cRAq6bJRQIUV40Yet306ZOEEHs=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "402ba229617a12d918c2a887a4c83a9a24f9a36c",
"rev": "0827fcbe30e591e79b0554ecc5be9c79ba71a86b",
"type": "gitlab"
},
"original": {
@@ -240,11 +240,11 @@
]
},
"locked": {
"lastModified": 1777086106,
"narHash": "sha256-hlNpIN18pw3xo34Lsrp6vAMUPn0aB/zFBqL0QXI1Pmk=",
"lastModified": 1777258755,
"narHash": "sha256-EC07KwADRE2LdIk7vEDyAaD3I0ZUq24T9jQF9L0iEPk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "5826802354a74af18540aef0b01bc1320f82cc17",
"rev": "7f8bbc93d63401e41368d6ddc46a4f631610fa90",
"type": "github"
},
"original": {
@@ -335,11 +335,11 @@
]
},
"locked": {
"lastModified": 1776829403,
"narHash": "sha256-oHVcvP2Ahhj1KUsEzp+2BQF55/r5VSa3QxdPdwE1p00=",
"lastModified": 1777181277,
"narHash": "sha256-yVJbd07ortDRAttDFmDV5p220aOLTHgVAx//0nW/xW8=",
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "c43246d4e9e506178b69baed075d797ec2d873e2",
"rev": "b8eb7acee0f7604fe1bf6a5b3dcf5254369180fa",
"type": "github"
},
"original": {
@@ -594,11 +594,11 @@
]
},
"locked": {
"lastModified": 1777086717,
"narHash": "sha256-vEl3cGHRxEFdVNuP9PbrhAWnmU98aPOLGy9/1JXzSuM=",
"lastModified": 1777259803,
"narHash": "sha256-fIb/EoVu/1U0qVrE6qZCJ2WCfprRpywNIAVzKEACIQc=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "3be56bd430bfd65d3c468a50626c3a601c7dee03",
"rev": "a6cb2224d975e16b5e67de688c6ad306f7203425",
"type": "github"
},
"original": {

View File

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

View File

@@ -6,7 +6,6 @@
attic-client
amdgpu_top
android-tools
bat
bitwarden-cli
bfg-repo-cleaner
brightnessctl
@@ -19,7 +18,6 @@
#claude-code
croc
deadnix
direnv
easyeffects
eza
fanficfare
@@ -107,4 +105,13 @@
zoom-us
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;
forwardSearchAfter = true;
};
forwardSearch = {
executable = "zathura";
args = [
"--synctex-forward"
"%l:1:%f"
"-x"
"zed %%{input}:%%{line}"
"%p"
];
};
#forwardSearch = {
# #executable = "zathura";
# args = [
# "--synctex-forward"
# "%l:1:%f"
# "-x"
# "zed %%{input}:%%{line}"
# "%p"
# ];
#};
};
};
};
};
services.gnome-keyring.enable = true;
home.packages = with pkgs; [
cmake
shellcheck
@@ -268,7 +270,6 @@ in
bitwarden-cli
bitwarden-menu
wtype
zathura
obsidian
libreoffice-qt-fresh
wlr-randr