summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2023-10-08 02:21:49 +0200
committerstuebinm2023-10-08 02:21:49 +0200
commit6dce050aeed525bc125459a6f2e47bb1ed3a07f4 (patch)
treeb496333f428920e256547193cc1ee38620291c92
parentf78cbacd13d3c5d81d848491ad79b7749d2554e6 (diff)
home: accumulated changes
-rw-r--r--home/home.nix2
-rw-r--r--home/newsboat-public.nix5
-rw-r--r--home/packages.nix10
3 files changed, 11 insertions, 6 deletions
diff --git a/home/home.nix b/home/home.nix
index 145ef2e..4d8f183 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -205,7 +205,7 @@
programs.newsboat = {
enable = true;
urls = (import ./newsboat-public.nix) ++ (import inputs.feeds).rss;
- browser = pkgs.lynx.outPath + "/bin/lynx";
+ browser = lib.getExe pkgs.offpunk;
reloadThreads = 200;
queries = {
unread = ''unread="yes"'';
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix
index a21ed39..7d355d5 100644
--- a/home/newsboat-public.nix
+++ b/home/newsboat-public.nix
@@ -125,7 +125,7 @@ with import ./newsboat-lib.nix;
(btag "https://janneinosaka.blogspot.com/feeds/posts/default" "whatever")
(btag "https://experimentalhistory.substack.com/feed.xml" "soc")
(btag "https://rustmagazine.github.io/feed.xml" "comp")
- (btag "https://mssprovenance.blogspot.com/feeds/posts/default" "hist")
+ (btag "https://mssprovenance.blogspot.com/feeds/posts/default" "history")
(btag "http://brandon.si/index.xml" "comp")
(btag "http://intersex.hypotheses.org/feed" "queer")
(btag "https://aperiodical.com/feed/rss/" "maths")
@@ -174,6 +174,9 @@ with import ./newsboat-lib.nix;
(btag "https://claytonwramsey.github.io/feed.xml" "comp")
(btag "https://utcc.utoronto.ca/~cks/space/blog/?atom" "stuff")
(btag "https://viewsproject.wordpress.com/atom.xml" "ling")
+ (btag "https://linus.dev/feed.xml" "comp")
+ (btag "https://www.dianeduane.com/outofambit/feed/" "books")
+ (btag "https://going-medieval.com/atom.xml" "history")
# paper
diff --git a/home/packages.nix b/home/packages.nix
index f32c9a2..2d57c31 100644
--- a/home/packages.nix
+++ b/home/packages.nix
@@ -10,7 +10,7 @@ in
emacs-all-the-icons-fonts nerdfonts
# internet apps & clients
- firefox keepassxc mumble lynx thunderbird
+ firefox keepassxc mumble lynx thunderbird offpunk
openconnect matterhorn tdesktop monolith magic-wormhole-rs
# graphics & audio
audacity blender darktable kdenlive moc ffmpeg-full
@@ -27,6 +27,7 @@ in
almanac libnotify grim slurp wl-clipboard showrt
kijetesantakaluotokieni mpc_cli duf dufs progress hledger
wineWowPackages.full sops xdg-utils
+ mercurial darcs
# graphical utils
kitty baobab
# gnss things
@@ -50,13 +51,14 @@ in
cargo rustc rust-analyzer rustfmt
# go
go gopls godef gore gocode gotests gomodifytags
+ # C/C++
+ clang clang-tools rtags irony-server
# others
- gcc cachix julia_16-bin python39
+ julia python39
# nix things
nixfmt niv inputs.deploy-rs.defaultPackage.${system}
haskellPackages.nix-serve-ng nix-doc nix-output-monitor
- # other things
- mercurial darcs
+ direnv
# isabelle
(isabelle.mkEnv "isabelle-env" "fish")
isabat