add nix flakes
This commit is contained in:
parent
b4ae7fd6e1
commit
290b99695c
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue