depracations and fixes
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
# X11 server configuration (for compatibility)
|
# X11 server configuration (for compatibility)
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager.gdm.enable = false; # Disable GDM in favor of regreet
|
|
||||||
excludePackages = [pkgs.xterm]; # Exclude xterm from the list of packages to install
|
excludePackages = [pkgs.xterm]; # Exclude xterm from the list of packages to install
|
||||||
};
|
};
|
||||||
|
displayManager.gdm.enable = false; # Disable GDM in favor of regreet
|
||||||
|
|
||||||
# Lightweight Wayland-native display manager
|
# Lightweight Wayland-native display manager
|
||||||
greetd.enable = true;
|
greetd.enable = true;
|
||||||
|
|||||||
@@ -1,19 +1,17 @@
|
|||||||
{
|
{
|
||||||
services.hyprsunset = {
|
services.hyprsunset = {
|
||||||
enable = true;
|
enable = true;
|
||||||
transitions = {
|
settings = {
|
||||||
sunrise = {
|
profile = [
|
||||||
calendar = "*-*-* 06:00:00";
|
{
|
||||||
requests = [
|
time = "06:00";
|
||||||
["identity"]
|
identity = true;
|
||||||
];
|
}
|
||||||
};
|
{
|
||||||
sunset = {
|
time = "20:00";
|
||||||
calendar = "*-*-* 20:00:00";
|
temperature = 5000;
|
||||||
requests = [
|
}
|
||||||
["temperature" "5000"]
|
];
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
serverAliveInterval = 60;
|
enableDefaultConfig = false;
|
||||||
serverAliveCountMax = 2;
|
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"*" = {
|
"*" = {
|
||||||
|
serverAliveInterval = 60;
|
||||||
|
serverAliveCountMax = 2;
|
||||||
sendEnv = ["TERM"];
|
sendEnv = ["TERM"];
|
||||||
setEnv = {
|
setEnv = {
|
||||||
TERM = "xterm-256color"; # Fix ghostty issue
|
TERM = "xterm-256color"; # Fix ghostty issue
|
||||||
|
|||||||
Reference in New Issue
Block a user