feat: update options

This commit is contained in:
tux
2025-10-11 23:46:04 +05:30
parent c8e02ba847
commit fbc415ee1b

View File

@@ -35,7 +35,10 @@
ssh.startAgent = true; ssh.startAgent = true;
thunar = { thunar = {
enable = true; enable = true;
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman]; plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
}; };
nm-applet.enable = true; nm-applet.enable = true;
}; };
@@ -51,16 +54,10 @@
}; };
logind = { logind = {
extraConfig = "HandlePowerKey=suspend"; settings.Login = {
lidSwitch = "suspend"; HandlePowerKey = "suspend";
lidSwitchExternalPower = "suspend"; HanldeLidSwitch = "suspend";
}; HandleLidSwitchExternalPower = "suspend";
xserver = {
enable = true;
xkb = {
layout = "in";
variant = "eng";
}; };
}; };
@@ -76,6 +73,7 @@
fonts.packages = with pkgs.nerd-fonts; [ fonts.packages = with pkgs.nerd-fonts; [
fira-code fira-code
jetbrains-mono jetbrains-mono
bigblue-terminal
]; ];
home-manager.users.${username} = { home-manager.users.${username} = {