This commit is contained in:
Lilith 2026-01-06 18:47:49 +01:00
parent 22e1f50083
commit 6da6530ba8
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
3 changed files with 23 additions and 6 deletions

19
home/lilith/graphic.nix Normal file
View file

@ -0,0 +1,19 @@
{ systemConfig, lib, ... }:
{
imports = [
./stylix.nix
./hyprland
./rofi.nix
./dunst.nix
./hyprpanel.nix
./firefox
./alacritty.nix
./clipman.nix
./input.nix
./playerctld.nix
./thunderbird.nix
./messaging.nix
];
}

View file

@ -47,6 +47,7 @@
++ lib.optionals config.gaming.enable [
".config/unity3d/Team Cherry"
".config/EgoSoft"
".local/share/Paradox Interactive"
];
files = [ ];
};

View file

@ -21,15 +21,12 @@
services.greetd = {
enable = true;
settings = {
settings = rec {
default_session = {
user = "lilith";
command = "Hyprland";
};
initial_session = {
user = "lilith";
command = "Hyprland";
command = "start-hyprland";
};
initial_session = default_session;
};
};
};