feat: several updates
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
yt-dlp
|
||||
];
|
||||
programs = {
|
||||
awscli.enable = true;
|
||||
# awscli.enable = true;
|
||||
bat = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.bat-extras.batman ];
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user