Added clojure devenv template and more stuff
This commit is contained in:
@@ -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 = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user