Added clojure devenv template and more stuff

This commit is contained in:
marc
2023-08-06 17:35:41 +02:00
parent e9bfdcc27e
commit 10f4940ae1
5 changed files with 41 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
with lib;
let
nix-colors-lib = inputs.nix-colors.lib-contrib { inherit pkgs; };
wallpaper = ../../data/wallpapers/globus.jpg;
wallpaper = ../../data/wallpapers/rosa.jpg;
in
{
imports = [
@@ -55,6 +55,7 @@ in
};
system.gpg.enable = true;
system.pass.enable = true;
system.sshfs.enable = true;
# - Desktop ----------------------------------
desktop = {
@@ -80,5 +81,6 @@ in
};
# - Extra / Temporary --------------------------
programs.dconf.enable = true; # Inkscape crashes
fonts.fonts = [];
}