[feat] Use old.reddit for rss
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{
|
||||
name = "r/rust";
|
||||
desc = "The rust subreddit";
|
||||
url = "https://www.reddit.com/r/rust/.rss";
|
||||
url = "https://old.reddit.com/r/rust/.rss";
|
||||
}
|
||||
{
|
||||
name = "thesquareplanet";
|
||||
@@ -24,7 +24,18 @@
|
||||
url = "https://www.youtube.com/feeds/videos.xml?channel_id=UC_iD0xppBwwsrM9DegC5cQQ";
|
||||
}
|
||||
];
|
||||
}];
|
||||
}
|
||||
{
|
||||
name = "Nix";
|
||||
desc = "Stuff related to the nix / nixos / nixlang";
|
||||
subscriptions = [
|
||||
{
|
||||
name = "r/nixos";
|
||||
desc = "The nixos subreddit";
|
||||
url = "https://old.reddit.com/r/nixos/.rss";
|
||||
}
|
||||
];
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
sd
|
||||
go
|
||||
p7zip
|
||||
picat
|
||||
@@ -50,6 +51,7 @@
|
||||
(nerdfonts.override { fonts = [ "Hasklig" ]; })
|
||||
pfetch-rs
|
||||
psst
|
||||
abaddon
|
||||
] ++ lib.optionals device.isLinux [
|
||||
mpv
|
||||
catppuccinThemes.gtk
|
||||
@@ -108,6 +110,11 @@
|
||||
enable = true;
|
||||
userName = "uttarayan21";
|
||||
userEmail = "email@uttarayan.me";
|
||||
extraConfig = {
|
||||
color.ui = true;
|
||||
core.editor = "nvim";
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
nix-index = {
|
||||
enable = true;
|
||||
@@ -222,7 +229,7 @@
|
||||
email = "uttarayan21@gmail.com";
|
||||
base_url = "https://pass.uttarayan.me";
|
||||
pinentry =
|
||||
if device.isMac then pkgs.pinentry_mac else pkgs.pinentry-qt;
|
||||
if device.isMac then pkgs.pinentry_mac else pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -433,12 +433,11 @@
|
||||
})
|
||||
|
||||
require"octo".setup({
|
||||
use_local_fs = false, -- use local files on right side of reviews
|
||||
enable_builtin = false, -- shows a list of builtin actions when no action is provided
|
||||
use_local_fs = false,
|
||||
enable_builtin = false,
|
||||
default_remote = {"upstream", "origin"};
|
||||
})
|
||||
'';
|
||||
# builtins.readFile ./extraConfig.lua;
|
||||
package = pkgs.neovim-nightly;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user