From 3ee2a65d98b294536041915bf45d17571723b49c Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Tue, 19 Mar 2024 22:12:20 +0100 Subject: [PATCH] disabling gnome --- home/config-files/wezterm.lua | 2 +- hosts/aarch64-linux/alastor/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/config-files/wezterm.lua b/home/config-files/wezterm.lua index b134adb..1233629 100644 --- a/home/config-files/wezterm.lua +++ b/home/config-files/wezterm.lua @@ -83,7 +83,7 @@ wezterm.on('update-status', function(window, pane) }) end) -config.hide_tab_bar_if_only_one_tab = true +config.hide_tab_bar_if_only_one_tab = false config.use_fancy_tab_bar = false config.text_background_opacity = .4 config.enable_scroll_bar = false diff --git a/hosts/aarch64-linux/alastor/default.nix b/hosts/aarch64-linux/alastor/default.nix index 47bafa5..543f125 100644 --- a/hosts/aarch64-linux/alastor/default.nix +++ b/hosts/aarch64-linux/alastor/default.nix @@ -38,7 +38,7 @@ enable = true; settings.General.EnableNetworkConfiguration = true; }; - # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # Set your time zone. time.timeZone = "Europe/Berlin"; @@ -57,8 +57,8 @@ # Enable the X11 windowing system. services.xserver.enable = true; - services.xserver.displayManager.gdm.enable = true; - services.xserver.desktopManager.gnome.enable = true; + #services.xserver.displayManager.gdm.enable = true; + #services.xserver.desktopManager.gnome.enable = true; # Configure keymap in X11