add nix flakes

This commit is contained in:
Ingolf Wagner 2021-09-20 19:55:59 +02:00
parent b4ae7fd6e1
commit 290b99695c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 4 deletions

View file

@ -23,6 +23,10 @@ in {
(nextcloudSync "Unterlagen")
(nextcloudSync "Video")
(pkgs.writeShellScriptBin "nixFlakes" ''
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
'')
#zeal # offline documentation
#keepassxc
sweethome3d.application

View file

@ -22,6 +22,7 @@ let
"from:immobilienscout24.de"
"from:kvraudio.com"
"from:letterboxd.com"
"from:linkedin.com"
"from:magix.net"
"from:mailings.gmx.net"
"from:mailings.web.de"
@ -42,10 +43,6 @@ let
"from:vstbuzz.com"
];
filters = [
{
query = "from:linkedin.com";
tags = [ "+linked" "+jobs" ];
}
{
query = "from:computerfutures.com OR from:computerfutures.de";
tags = [ "+jobs" "-inbox" ];