non important commit

This commit is contained in:
maxstrb 2025-11-11 09:33:38 +01:00
parent 9d5d27ff3d
commit 3b67524ffe

View file

@ -1,7 +1,6 @@
{ {
pkgs, pkgs,
inputs, inputs,
device-name,
... ...
}: { }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -42,11 +41,6 @@
options = "caps:escape"; options = "caps:escape";
}; };
}; };
displayManager.sddm = {
enable = true;
theme = "${import ../${device-name}/sddm-theme.nix {inherit pkgs;}}";
autoNumlock = true;
};
}; };
environment.sessionVariables = { environment.sessionVariables = {