misc updates
This commit is contained in:
4
home.nix
4
home.nix
@@ -60,7 +60,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.unclutter.enable = true;
|
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.dunst.enable = true; # notification daemon
|
||||||
|
|
||||||
services.udiskie.enable =
|
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
|
# Prevent coredump issues with Antigravity - https://www.perplexity.ai/search/systemd-coredump-high-cpu-on-n-LUnRQViaRuiDn1LR06hU8w#2
|
||||||
systemd.coredump = {
|
systemd.coredump = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
settings.Coredump = {
|
||||||
Storage=none
|
Storage = "none";
|
||||||
ProcessSizeMax=50M
|
ProcessSizeMax = "50M";
|
||||||
MaxUse=100M
|
MaxUse = "100M";
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Caddy
|
# Caddy
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
# see https://rycee.gitlab.io/home-manager/options.html#opt-xsession.windowManager.i3.config.keybindings
|
# see https://rycee.gitlab.io/home-manager/options.html#opt-xsession.windowManager.i3.config.keybindings
|
||||||
keybindings = pkgs.lib.mkOptionDefault {
|
keybindings = pkgs.lib.mkOptionDefault {
|
||||||
"${modifier}+Return" = "exec ~/.local/bin/workspace-run sakura --working-directory";
|
"${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 ###
|
### BÉPO ###
|
||||||
"${modifier}+b" = "kill";
|
"${modifier}+b" = "kill";
|
||||||
|
|||||||
Reference in New Issue
Block a user