File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 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 } ;
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
7673 fonts . packages = with pkgs . nerd-fonts ; [
7774 fira-code
7875 jetbrains-mono
76+ bigblue-terminal
7977 ] ;
8078
8179 home-manager . users . ${ username } = {
You can’t perform that action at this time.
0 commit comments