wireguard, taskwarrior, newsboat
This commit is contained in:
parent
f23dd0db83
commit
c3ea8dad68
6 changed files with 12 additions and 0 deletions
|
@ -11,6 +11,7 @@ in
|
|||
./common-hardware.nix
|
||||
./common-services.nix
|
||||
./security.nix
|
||||
./wireguard.nix
|
||||
];
|
||||
|
||||
security.allowUserNamespaces = true;
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
unstable.electrum
|
||||
mindforger trilium-desktop typora
|
||||
digikam anarchism
|
||||
zoom-us ssb-patchwork
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
settings = {
|
||||
};
|
||||
};
|
||||
taskwarrior.enable = true;
|
||||
fzf.enable = true;
|
||||
chromium.enable = true;
|
||||
go.enable = true;
|
||||
|
|
|
@ -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
7
nixos/wireguard.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.wireguard = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
}
|
1
result
Symbolic link
1
result
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/yzv99d02qm2xn6ab3lp70zrgijnfr2q8-nixos-system-foureighty-20.09pre-git
|
Loading…
Reference in a new issue