feat: several updates

This commit is contained in:
Xavier Morel
2025-12-02 11:20:09 +01:00
parent 199edbc827
commit 1ffa0aecc5
11 changed files with 180 additions and 102 deletions

View File

@@ -29,7 +29,7 @@
yt-dlp
];
programs = {
awscli.enable = true;
# awscli.enable = true;
bat = {
enable = true;
extraPackages = [ pkgs.bat-extras.batman ];

View File

@@ -7,23 +7,23 @@
let
drawing-apps = with pkgs; [
gimp
tiled
aseprite
inkscape
# tiled
# aseprite
# inkscape
sweethome3d.application
];
printing-apps = with pkgs; [
blender
prusa-slicer
openscad
# prusa-slicer
# openscad
];
gamedev-apps = with pkgs; [
godot_4
gdtoolkit_4
# godot_4
# gdtoolkit_4
];
sound-apps = with pkgs; [
audacity
sfxr
# sfxr
];
in
{

View File

@@ -20,7 +20,7 @@
enable_audio_bell = false;
mouse_hide_wait = "-1.0";
background_opacity = "0.6";
background_blur = 5;
background_blur = 3;
font_family = "Fira Code";
};
# extraConfig = ''