hosts/dunamis/configuration.nix: remove TODO
hosts/legion: autologin, secure boot, tpm Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -27,11 +27,6 @@
|
||||
enable = true;
|
||||
user = "user";
|
||||
};
|
||||
# TODO: make a module for autologin
|
||||
# services.greetd.settings.initial_session = {
|
||||
# user = "user";
|
||||
# command = "${pkgs.niri}/bin/niri-session";
|
||||
# };
|
||||
|
||||
module = {
|
||||
config = {
|
||||
|
@ -23,17 +23,22 @@
|
||||
|
||||
desktop.niri.enable = true;
|
||||
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "user";
|
||||
};
|
||||
|
||||
module = {
|
||||
config = {
|
||||
laptop.homeRowMods = true;
|
||||
powerSave = true;
|
||||
# secureBoot = true;
|
||||
# tpmDiskUnlock = true;
|
||||
secureBoot = true;
|
||||
tpmDiskUnlock = true;
|
||||
vaapi = "nvidia";
|
||||
};
|
||||
stylix = {
|
||||
enable = true;
|
||||
theme = "helios";
|
||||
theme = "gruvbox-dark-pale";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user