Compare commits

..

No commits in common. "273bcd9ffdba86c9fcf59377b9992f1bad2fbf55" and "fcd583a063c8d5b8ed5e18e772c61f4f7b265277" have entirely different histories.

4 changed files with 1 additions and 23 deletions

View file

@ -4,6 +4,6 @@
imports = [
./plasma.nix
./sddm.nix
./programs
./kate.nix
];
}

View file

@ -23,20 +23,6 @@ let
AccentColor = "172,53,164" ; };
};
balooExcludedDirs = lib.strings.intersperse "," [
"$HOME/.cache/"
"$HOME/.config/"
"$HOME/.local/"
];
baloofilerc = lib.generators.toINI {} {
General = {
# The [$e] part allows you to use environment variables
"exclude folders[$e]" = lib.strings.concatStrings balooExcludedDirs;
};
};
# Make custom packages
breezeTint = pkgs.stdenv.mkDerivation {
name = "breeze-tint";
src = "${pkgs.breeze-qt5}";
@ -74,7 +60,6 @@ let
set -x
mkdir -p $out/etc/xdg
echo "${kdeglobals}" > $out/etc/xdg/kdeglobals
echo '${baloofilerc}' > $out/etc/xdg/baloofilerc
runHook postInstall
'';

View file

@ -1,7 +0,0 @@
{ ... }:
{
imports = [
./kate.nix
];
}