mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:00:32 +01:00
turns out there are two packages not building rn
This commit is contained in:
parent
6af7634075
commit
3e1c4636b2
|
@ -110,6 +110,17 @@ with inputs; {
|
|||
definedAliases = ["@nw"];
|
||||
};
|
||||
|
||||
"nixpkgs PR Tracker" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://nixpk.gs/pr-tracker.html?pr={searchTerms}";
|
||||
}
|
||||
];
|
||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||
definedAliases = ["@npr"];
|
||||
};
|
||||
|
||||
"Reddit" = {
|
||||
urls = [
|
||||
{
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
pkgs.protonup-qt
|
||||
pkgs.via
|
||||
pkgs.telegram-desktop
|
||||
pkgs.anki
|
||||
pkgs.yubioath-flutter
|
||||
# pkgs.anki
|
||||
# pkgs.yubioath-flutter
|
||||
# pkgs.spotify
|
||||
]
|
||||
else [];
|
||||
|
|
|
@ -13,7 +13,10 @@
|
|||
eza.enable = true;
|
||||
nushell = {
|
||||
enable = true;
|
||||
shellAliases = {ls = "eza -l --icons --tree --level 2 --header --git --group-directories-first";};
|
||||
shellAliases = {
|
||||
ls = "eza -l --icons --tree --level 2 --header --git --group-directories-first";
|
||||
reload = "clear; source $nu.config-path";
|
||||
};
|
||||
extraConfig = "maxfetch";
|
||||
configFile = {
|
||||
text = builtins.readFile ../config-files/config.nu;
|
||||
|
|
Loading…
Reference in a new issue