Skip to content

Commit fbc415e

Browse files
committed
feat: update options
1 parent c8e02ba commit fbc415e

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

hosts/isoImage/default.nix

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
ssh.startAgent = true;
3636
thunar = {
3737
enable = true;
38-
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
38+
plugins = with pkgs.xfce; [
39+
thunar-archive-plugin
40+
thunar-volman
41+
];
3942
};
4043
nm-applet.enable = true;
4144
};
@@ -51,16 +54,10 @@
5154
};
5255

5356
logind = {
54-
extraConfig = "HandlePowerKey=suspend";
55-
lidSwitch = "suspend";
56-
lidSwitchExternalPower = "suspend";
57-
};
58-
59-
xserver = {
60-
enable = true;
61-
xkb = {
62-
layout = "in";
63-
variant = "eng";
57+
settings.Login = {
58+
HandlePowerKey = "suspend";
59+
HanldeLidSwitch = "suspend";
60+
HandleLidSwitchExternalPower = "suspend";
6461
};
6562
};
6663

@@ -76,6 +73,7 @@
7673
fonts.packages = with pkgs.nerd-fonts; [
7774
fira-code
7875
jetbrains-mono
76+
bigblue-terminal
7977
];
8078

8179
home-manager.users.${username} = {

0 commit comments

Comments
 (0)