Compare commits

...

6 commits

4 changed files with 9 additions and 10 deletions

View file

@ -83,6 +83,7 @@ let
avidemux
#linphone
soundkonverter
gpodder
];
cliApps = [
@ -362,6 +363,7 @@ in
*.swp
*.swo
'');
core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab";
};
lfs.enable = true;
};

View file

@ -1,17 +1,9 @@
let
unstable = (import <nixos-unstable> { overlays = [ seaf-overlay ]; }).pkgs;
seaf-overlay = (import ./ov/seafile-overlay);
in
[
(
self: super:
rec {
#jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {};
seafile-server = unstable.seafile-server;
libevhtp = unstable.libevhtp;
seafile-bindings = unstable.python3Packages.seafile-bindings;
myVim = with super; (vim_configurable.override { python = python3; }).customize {
# executable/ package name
name = "vim";

View file

@ -190,6 +190,11 @@ in
wantedBy = [ ];
script = ''
ln -sf ${pkgs.writeText "blockedHosts" ''
127.0.0.1 localhost
::1 localhost
127.0.0.2 ${config.networking.hostName}
::1 ${config.networking.hostName}
::1 twitter.com
127.0.0.1 twitter.com
::1 api.twitter.com
@ -199,6 +204,8 @@ in
::1 tagesschau.de
127.0.0.1 tagesschau.de
::1 dnn.de
127.0.0.1 www.dnn.de
::1 www.dnn.de
127.0.0.1 dnn.de
''} /etc/hosts
'';

View file

@ -55,12 +55,10 @@
#kaddressbook
#kalarm
#kalarmcal
#kcalcore
#kcalutils
#kcontacts
#kdav
#kdepim-addons
#kdepim-apps-libs
#kdepim-runtime
#kidentitymanagement