The services can't go in home, so duplicate for now

This commit is contained in:
larstvei 2025-09-13 17:39:40 +02:00
parent 41152a4c29
commit df99ed688b
3 changed files with 16 additions and 8 deletions

View File

@ -11,6 +11,14 @@
../../modules/desktop
];
services.greetd = {
enable = true;
settings.default_session = {
command = "hyprland";
user = "larstvei";
};
};
networking.hostName = "larstvei-think";
# Bootloader.

View File

@ -9,6 +9,14 @@
../../modules/desktop
];
services.greetd = {
enable = true;
settings.default_session = {
command = "hyprland";
user = "larstvei";
};
};
networking.hostName = "larstvei-vm";
# VM-friendly bits

View File

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