1
1
Fork 0

Compare commits

..

No commits in common. "5abd7574c9d72ed911a1d77e32f99ca20a3c5548" and "aa792fdc1a1ee77967d65cb207584deb6494b734" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View file

@ -62,6 +62,8 @@
#// services.logind.powerKey = "ignore"; # Disable power button #// services.logind.powerKey = "ignore"; # Disable power button
home-manager.users.${config.custom.username} = { home-manager.users.${config.custom.username} = {
services.gammastep.settings.general.brightness-night = lib.mkForce 0.4;
# Prevent secondary GPU reset from crashing window manager # Prevent secondary GPU reset from crashing window manager
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [

View file

@ -10,15 +10,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
home-manager.users.${config.custom.username} = { home-manager.users.${config.custom.username} = {
programs.ssh = { programs.ssh.enable = true;
enable = true;
# https://ghostty.org/docs/help/terminfo#configure-ssh-to-fall-back-to-a-known-terminfo-entry
extraConfig = ''
Host *
SetEnv TERM=xterm-256color
'';
};
# Work around FHS permissions # Work around FHS permissions
# https://github.com/nix-community/home-manager/issues/322#issuecomment-1856128020 # https://github.com/nix-community/home-manager/issues/322#issuecomment-1856128020