Switch all to plasma, remove home-manager and autologin for wayland support

This commit is contained in:
Evie Litherland-Smith 2023-04-18 08:44:35 +01:00
parent da65f25865
commit 7c2093d173
4 changed files with 7 additions and 33 deletions

View file

@ -4,7 +4,7 @@
imports = [
./common.nix
./locales/en_GB.nix
./desktop/hyprland.nix
./desktop/plasma.nix
];
networking.hostName = "H0615"; # Define your hostname.
@ -16,11 +16,4 @@
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.fish;
};
# Enable automatic login for the user.
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "elitherl";
# Set up home manager for user
home-manager.users.elitherl = import ./home-manager/ukaea-elitherl.nix;
}

View file

@ -4,7 +4,7 @@
imports = [
./common.nix
./locales/en_GB.nix
./desktop/xfce-bspwm.nix
./desktop/plasma.nix
];
networking.hostName = "J0162"; # Define your hostname.
@ -16,11 +16,4 @@
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.fish;
};
# Enable automatic login for the user.
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "elitherl";
# Set up home manager for user
home-manager.users.elitherl = import ./home-manager/ukaea-elitherl.nix;
}

View file

@ -9,11 +9,6 @@
networking.hostName = "Vanguard"; # Define your hostname.
environment.systemPackages = with pkgs; [
clinfo
glxinfo
];
# Define a user account. Don't forget to set a password with passwd.
users.users.xenia = {
isNormalUser = true;
@ -22,17 +17,6 @@
shell = pkgs.fish;
};
# services.xserver.displayManager = {
# # Enable automatic login for the user.
# autoLogin = {
# enable = true;
# user = "xenia";
# };
# };
# Set up home manager for user
# home-manager.users.xenia = import ./home-manager/vanguard-xenia.nix;
# Extra hardware configuration
# For Steam support
hardware.opengl.driSupport32Bit = true;

View file

@ -9,7 +9,11 @@
# Enable power-profiles
services.power-profiles-daemon.enable = true;
environment.systemPackages = with pkgs; [home-manager];
environment.systemPackages = with pkgs; [
home-manager
clinfo
glxinfo
];
programs.ssh.startAgent = true;