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 "Unterlagen")
|
||||||
(nextcloudSync "Video")
|
(nextcloudSync "Video")
|
||||||
|
|
||||||
|
(pkgs.writeShellScriptBin "nixFlakes" ''
|
||||||
|
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
||||||
|
'')
|
||||||
|
|
||||||
#zeal # offline documentation
|
#zeal # offline documentation
|
||||||
#keepassxc
|
#keepassxc
|
||||||
sweethome3d.application
|
sweethome3d.application
|
||||||
|
|
|
@ -22,6 +22,7 @@ let
|
||||||
"from:immobilienscout24.de"
|
"from:immobilienscout24.de"
|
||||||
"from:kvraudio.com"
|
"from:kvraudio.com"
|
||||||
"from:letterboxd.com"
|
"from:letterboxd.com"
|
||||||
|
"from:linkedin.com"
|
||||||
"from:magix.net"
|
"from:magix.net"
|
||||||
"from:mailings.gmx.net"
|
"from:mailings.gmx.net"
|
||||||
"from:mailings.web.de"
|
"from:mailings.web.de"
|
||||||
|
@ -42,10 +43,6 @@ let
|
||||||
"from:vstbuzz.com"
|
"from:vstbuzz.com"
|
||||||
];
|
];
|
||||||
filters = [
|
filters = [
|
||||||
{
|
|
||||||
query = "from:linkedin.com";
|
|
||||||
tags = [ "+linked" "+jobs" ];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
query = "from:computerfutures.com OR from:computerfutures.de";
|
query = "from:computerfutures.com OR from:computerfutures.de";
|
||||||
tags = [ "+jobs" "-inbox" ];
|
tags = [ "+jobs" "-inbox" ];
|
||||||
|
|
Loading…
Reference in a new issue