mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
home-manager/foo-dogsquared: update user config
This commit is contained in:
parent
024102c45c
commit
2dbe69ba5a
@ -129,49 +129,6 @@ in {
|
|||||||
research.enable = true;
|
research.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.archivebox = {
|
|
||||||
enable = true;
|
|
||||||
archivePath = "%h/library/archives";
|
|
||||||
withDependencies = true;
|
|
||||||
webserver.enable = true;
|
|
||||||
|
|
||||||
jobs = {
|
|
||||||
arts = {
|
|
||||||
links = [
|
|
||||||
"https://www.davidrevoy.com/feed/rss"
|
|
||||||
"https://librearts.org/index.xml"
|
|
||||||
];
|
|
||||||
startAt = "weekly";
|
|
||||||
};
|
|
||||||
|
|
||||||
computer = {
|
|
||||||
links = [
|
|
||||||
"https://blog.mozilla.org/en/feed/"
|
|
||||||
"https://distill.pub/rss.xml"
|
|
||||||
"https://drewdevault.com/blog/index.xml"
|
|
||||||
"https://fasterthanli.me/index.xml"
|
|
||||||
"https://jvns.ca/atom.xml"
|
|
||||||
"https://www.bytelab.codes/rss/"
|
|
||||||
"https://www.collabora.com/feed"
|
|
||||||
"https://www.jntrnr.com/atom.xml"
|
|
||||||
"https://yosoygames.com.ar/wp/?feed=rss"
|
|
||||||
"https://simblob.blogspot.com/feeds/posts/default"
|
|
||||||
];
|
|
||||||
startAt = "daily";
|
|
||||||
};
|
|
||||||
|
|
||||||
projects = {
|
|
||||||
links = [
|
|
||||||
"https://veloren.net/rss.xml"
|
|
||||||
"https://guix.gnu.org/feeds/blog.atom"
|
|
||||||
"https://fedoramagazine.org/feed/"
|
|
||||||
"https://nixos.org/blog/announcements-rss.xml"
|
|
||||||
];
|
|
||||||
startAt = "*-*-1/2";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.bleachbit.enable = true;
|
services.bleachbit.enable = true;
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
@ -194,20 +151,7 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.irssi = {
|
home.stateVersion = "22.11";
|
||||||
enable = true;
|
|
||||||
networks.liberachat = {
|
|
||||||
nick = "foo-dogsquared";
|
|
||||||
server = {
|
|
||||||
address = "irc.libera.chat";
|
|
||||||
port = 6697;
|
|
||||||
};
|
|
||||||
channels = {
|
|
||||||
nixos = { };
|
|
||||||
guix = { };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
xdg.userDirs = {
|
xdg.userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user