general theme applying

This commit is contained in:
2024-11-04 14:26:00 +01:00
parent 720c05f9b0
commit 34e94621b8
7 changed files with 72 additions and 21 deletions

View File

@@ -14,7 +14,7 @@
./modules/security.nix
./modules/pipewire.nix
./modules/gsettings.nix
./modules/bluetooth.nix
# ./modules/bluetooth.nix
./modules/packages.nix
# ./modules/lanzaboot.nix
./modules/configuration.nix

View File

@@ -11,10 +11,13 @@
services = {
logind = {
lidSwitch = "ignore";
lidSwitchExternalPower = if hostname == "server" then "ignore" else "suspend-then-hibernate";
# lidSwitchExternalPower = if hostname == "server" then "ignore" else "suspend-then-hibernate";
lidSwitchExternalPower = "ignore";
};
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
system = {
stateVersion = "24.05";
switch = {

View File

@@ -2,7 +2,7 @@
{
services.xserver = {
enable = true;
xkb.layout = "fr";
xkb.layout = "pl";
xkb.variant = "";
excludePackages = [ pkgs.xterm ];
};