We should only login to hyprland when we have it

This commit is contained in:
larstvei 2025-09-13 12:03:35 +02:00
parent 0b7bb8d875
commit 41152a4c29
2 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,12 @@
{ pkgs, zen-browser, ... }:
{
services.greetd = {
enable = true;
settings.default_session = {
command = "hyprland";
user = "larstvei";
};
};
home.packages = [
pkgs.adwaita-icon-theme

View File

@ -30,14 +30,6 @@
console.keyMap = "us";
services.greetd = {
enable = true;
settings.default_session = {
command = "hyprland";
user = "larstvei";
};
};
fonts = {
fontconfig = {
enable = true;