feat: cleaning
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
pkgs.jq
|
||||
pkgs.brightnessctl
|
||||
pkgs.flameshot
|
||||
pkgs.lutris
|
||||
# pkgs.lutris
|
||||
pkgs.ungoogled-chromium
|
||||
pkgs.thunar
|
||||
pkgs.thunar-archive-plugin
|
||||
|
||||
@@ -10,7 +10,7 @@ let
|
||||
# tiled
|
||||
# aseprite
|
||||
# inkscape
|
||||
sweethome3d.application
|
||||
# sweethome3d.application
|
||||
];
|
||||
printing-apps = with pkgs; [
|
||||
blender
|
||||
|
||||
@@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
viAlias = true;
|
||||
withRuby = false;
|
||||
withPython3 = true;
|
||||
};
|
||||
home.file.".config/nvim" = {
|
||||
source = ../../../dotfiles/nvim;
|
||||
|
||||
Reference in New Issue
Block a user