misc updates
This commit is contained in:
4
home.nix
4
home.nix
@@ -60,7 +60,9 @@
|
||||
};
|
||||
|
||||
services.unclutter.enable = true;
|
||||
services.blueman-applet.enable = true;
|
||||
# Pas de services.blueman-applet ici : services.blueman.enable dans configuration.nix
|
||||
# installe déjà le service système + l'active dans graphical-session.target.wants/.
|
||||
# Tout ajout home-manager génère un drop-in conflictuel (double ExecStart=).
|
||||
services.dunst.enable = true; # notification daemon
|
||||
|
||||
services.udiskie.enable =
|
||||
|
||||
@@ -152,11 +152,11 @@
|
||||
# Prevent coredump issues with Antigravity - https://www.perplexity.ai/search/systemd-coredump-high-cpu-on-n-LUnRQViaRuiDn1LR06hU8w#2
|
||||
systemd.coredump = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
Storage=none
|
||||
ProcessSizeMax=50M
|
||||
MaxUse=100M
|
||||
'';
|
||||
settings.Coredump = {
|
||||
Storage = "none";
|
||||
ProcessSizeMax = "50M";
|
||||
MaxUse = "100M";
|
||||
};
|
||||
};
|
||||
|
||||
# Caddy
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# see https://rycee.gitlab.io/home-manager/options.html#opt-xsession.windowManager.i3.config.keybindings
|
||||
keybindings = pkgs.lib.mkOptionDefault {
|
||||
"${modifier}+Return" = "exec ~/.local/bin/workspace-run sakura --working-directory";
|
||||
"${modifier}+Shift+Return" = "exec ~/.local/bin/workspace-run zeditor";
|
||||
"${modifier}+Shift+Return" = "exec ~/.local/bin/workspace-run code";
|
||||
|
||||
### BÉPO ###
|
||||
"${modifier}+b" = "kill";
|
||||
|
||||
Reference in New Issue
Block a user