refactoring shell stuff

This commit is contained in:
Matt Nish-Lapidus 2025-07-01 12:19:01 -04:00
parent b2ce760a59
commit 8f62ae3202
8 changed files with 86 additions and 83 deletions

View file

@ -69,6 +69,15 @@ in
GTRASH_PUT_RM_MODE = "true";
};
file = {
".signature".source = ./dotfiles/dot_signature;
".local/bin" = {
source = ./dotfiles/dot_local/bin;
recursive = true;
};
".ssh/config".source = ./dotfiles/dot_ssh/config;
};
stateVersion = "25.05";
};
@ -138,27 +147,13 @@ in
GSK_RENDERER = "ngl";
QT_QPA_PLATFORM = "xcb";
MOZ_ENABLE_WAYLAND = 1;
# XCURSOR_SIZE = 32;
# XCURSOR_THEME = "Bibata-Modern-Classic";
DISPLAY = ":0";
WAYLAND_DISPLAY="wayland-1";
ELECTRON_OZONE_PLATFORM_HINT = "auto";
};
};
systemd.user.tmpfiles.rules = [
"L /home/emenel/mounts - - - - /mnt"
"L /home/emenel/Documents - - - - /home/emenel/documents"
];
home = {
file = {
".signature".source = ./dotfiles/dot_signature;
".local/bin" = {
source = ./dotfiles/dot_local/bin;
recursive = true;
};
".ssh/config".source = ./dotfiles/dot_ssh/config;
};
tmpfiles.rules = [
"L /home/emenel/mounts - - - - /mnt"
"L /home/emenel/Documents - - - - /home/emenel/documents"
];
};
}