before git push

This commit is contained in:
maxstrb 2025-09-23 18:11:57 +02:00
parent d18110a018
commit 07d51c404c
10 changed files with 145 additions and 368 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
inputs,
device-name,
...
}: {
environment.systemPackages = with pkgs; [
@ -39,7 +40,7 @@
};
displayManager.sddm = {
enable = true;
theme = "${import ./sddm-theme.nix {inherit pkgs;}}";
theme = "${import ../${device-name}/sddm-theme.nix {inherit pkgs;}}";
autoNumlock = true;
};
};