From dcdac349df97834c3930d790a8c34f1d09aeafb7 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sun, 19 Oct 2025 13:49:42 +0200 Subject: [PATCH] fully switched to ly as the display manager. --- configs/home-manager/ghostty.nix | 1 + configs/nixos/i3/default.nix | 17 ----------------- hosts/harmatan/default.nix | 1 + 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/configs/home-manager/ghostty.nix b/configs/home-manager/ghostty.nix index 8b5b7d0..6221dae 100644 --- a/configs/home-manager/ghostty.nix +++ b/configs/home-manager/ghostty.nix @@ -19,6 +19,7 @@ font-size = 12; background-opacity = 0.8; background-blur = true; + background-opacity-cells = true; window-decoration = "server"; }; }; diff --git a/configs/nixos/i3/default.nix b/configs/nixos/i3/default.nix index c9f563f..ad10471 100644 --- a/configs/nixos/i3/default.nix +++ b/configs/nixos/i3/default.nix @@ -5,13 +5,6 @@ ... }: { services.accounts-daemon.enable = true; - services.displayManager = { - defaultSession = "none+i3"; - autoLogin = { - user = config.host.details.user; - enable = true; - }; - }; services.xserver = { enable = true; windowManager.i3.enable = true; @@ -204,11 +197,6 @@ ]; }; startup = [ - { - command = "betterlockscreen --lock blur"; - notification = false; - always = false; - } { command = "betterlockscreen --wall"; notification = false; @@ -219,11 +207,6 @@ notification = false; always = false; } - # { - # command = "~/.fehbg"; - # notification = false; - # always = true; - # } ]; }; }; diff --git a/hosts/harmatan/default.nix b/hosts/harmatan/default.nix index c8b274f..98fd17b 100644 --- a/hosts/harmatan/default.nix +++ b/hosts/harmatan/default.nix @@ -38,6 +38,7 @@ inputs.nixpkgs.lib.nixosSystem { networking.hostName = "harmatan"; networking.hostId = "7a42af26"; + services.displayManager.defaultSession = "i3"; services.xserver.dpi = 180; environment.variables = { GDK_SCALE = "2";