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;
|
enable = true;
|
||||||
user = "user";
|
user = "user";
|
||||||
};
|
};
|
||||||
# TODO: make a module for autologin
|
|
||||||
# services.greetd.settings.initial_session = {
|
|
||||||
# user = "user";
|
|
||||||
# command = "${pkgs.niri}/bin/niri-session";
|
|
||||||
# };
|
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
config = {
|
config = {
|
||||||
|
@ -23,17 +23,22 @@
|
|||||||
|
|
||||||
desktop.niri.enable = true;
|
desktop.niri.enable = true;
|
||||||
|
|
||||||
|
services.displayManager.autoLogin = {
|
||||||
|
enable = true;
|
||||||
|
user = "user";
|
||||||
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
config = {
|
config = {
|
||||||
laptop.homeRowMods = true;
|
laptop.homeRowMods = true;
|
||||||
powerSave = true;
|
powerSave = true;
|
||||||
# secureBoot = true;
|
secureBoot = true;
|
||||||
# tpmDiskUnlock = true;
|
tpmDiskUnlock = true;
|
||||||
vaapi = "nvidia";
|
vaapi = "nvidia";
|
||||||
};
|
};
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "helios";
|
theme = "gruvbox-dark-pale";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user