feat: cleaning

This commit is contained in:
Xavier Morel
2026-04-17 10:07:37 +02:00
parent e4e58183f8
commit d4454b3b48
7 changed files with 53 additions and 19 deletions
@@ -16,7 +16,7 @@
pkgs.jq
pkgs.brightnessctl
pkgs.flameshot
pkgs.lutris
# pkgs.lutris
pkgs.ungoogled-chromium
pkgs.thunar
pkgs.thunar-archive-plugin
+1 -1
View File
@@ -10,7 +10,7 @@ let
# tiled
# aseprite
# inkscape
sweethome3d.application
# sweethome3d.application
];
printing-apps = with pkgs; [
blender
+6 -6
View File
@@ -23,12 +23,12 @@
background_blur = 3;
font_family = "Fira Code";
};
# extraConfig = ''
# tab_bar_style fade
# tab_fade 1
# active_tab_font_style bold
# inactive_tab_font_style bold
# '';
extraConfig = ''
tab_bar_style fade
tab_fade 1
active_tab_font_style bold
inactive_tab_font_style bold
'';
};
};
}
+2
View File
@@ -20,6 +20,8 @@
enable = true;
vimAlias = true;
viAlias = true;
withRuby = false;
withPython3 = true;
};
home.file.".config/nvim" = {
source = ../../../dotfiles/nvim;