wireguard, taskwarrior, newsboat

This commit is contained in:
Cyryl Płotnicki 2020-11-21 14:55:13 +00:00
parent f23dd0db83
commit c3ea8dad68
6 changed files with 12 additions and 0 deletions

View file

@ -11,6 +11,7 @@ in
./common-hardware.nix
./common-services.nix
./security.nix
./wireguard.nix
];
security.allowUserNamespaces = true;

View file

@ -19,6 +19,7 @@
];
home.packages = with pkgs; [
unstable.electrum
mindforger trilium-desktop typora
digikam anarchism
zoom-us ssb-patchwork

View file

@ -16,6 +16,7 @@
settings = {
};
};
taskwarrior.enable = true;
fzf.enable = true;
chromium.enable = true;
go.enable = true;

View file

@ -18,6 +18,7 @@
'';
urls = [
{ url ="https://ww.telent.net/news.rss"; }
{ url ="https://blog.servo.org/feed.xml"; }
{ url ="https://www.radicalroutes.org.uk/?format=feed&type=atom"; }
{ url ="https://matklad.github.io/feed.xml"; }
{ url ="https://sfconservancy.org/feeds/blog/"; }

7
nixos/wireguard.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
networking.wireguard = {
enable = true;
};
}

1
result Symbolic link
View file

@ -0,0 +1 @@
/nix/store/yzv99d02qm2xn6ab3lp70zrgijnfr2q8-nixos-system-foureighty-20.09pre-git