Compare commits
2 Commits
179de9600b
...
405622c038
| Author | SHA1 | Date | |
|---|---|---|---|
| 405622c038 | |||
| 4b3128ae62 |
@@ -12,9 +12,9 @@
|
||||
# X11 server configuration (for compatibility)
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = false; # Disable GDM in favor of regreet
|
||||
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
|
||||
greetd.enable = true;
|
||||
|
||||
@@ -1,19 +1,17 @@
|
||||
{
|
||||
services.hyprsunset = {
|
||||
enable = true;
|
||||
transitions = {
|
||||
sunrise = {
|
||||
calendar = "*-*-* 06:00:00";
|
||||
requests = [
|
||||
["identity"]
|
||||
];
|
||||
};
|
||||
sunset = {
|
||||
calendar = "*-*-* 20:00:00";
|
||||
requests = [
|
||||
["temperature" "5000"]
|
||||
];
|
||||
};
|
||||
settings = {
|
||||
profile = [
|
||||
{
|
||||
time = "06:00";
|
||||
identity = true;
|
||||
}
|
||||
{
|
||||
time = "20:00";
|
||||
temperature = 5000;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
serverAliveInterval = 60;
|
||||
serverAliveCountMax = 2;
|
||||
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
serverAliveInterval = 60;
|
||||
serverAliveCountMax = 2;
|
||||
sendEnv = ["TERM"];
|
||||
setEnv = {
|
||||
TERM = "xterm-256color"; # Fix ghostty issue
|
||||
|
||||
@@ -48,9 +48,10 @@ in {
|
||||
git-filter-repo
|
||||
git-secrets
|
||||
|
||||
bun
|
||||
python3
|
||||
hugo
|
||||
nodejs_22
|
||||
nodejs_24
|
||||
pnpm
|
||||
cypress
|
||||
pgadmin4-desktopmode
|
||||
|
||||
Reference in New Issue
Block a user