Remove sddm from hyprland, set keybinds back to wezterm

This commit is contained in:
Evie Litherland-Smith 2023-06-18 11:31:54 +01:00
parent 92062ff584
commit cb7001e7c3
4 changed files with 6 additions and 10 deletions

View file

@ -1,5 +1,4 @@
{pkgs, ...}: {
imports = [./sddm.nix];
nixpkgs.overlays = [
(self: super: {
waybar = super.waybar.overrideAttrs (oldAttrs: {

View file

@ -91,8 +91,7 @@ in {
}
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# bind = SUPER, Return, exec, wezterm
bind = SUPER, Return, exec, kitty
bind = SUPER, Return, exec, wezterm
bind = SUPER, Q, killactive,
bind = SUPER, E, exec, power-profiles
bind = SUPER, P, exec, powermenu

View file

@ -4,15 +4,11 @@
../../hardware/audio.nix
../../hardware/bluetooth.nix
../../locales/en_GB.nix
../../desktop/plasma.nix
../../desktop/hyprland.nix
../../services/syncthing/J0162.nix
];
networking.hostName = "J0162"; # Define your hostname.
services.xserver.displayManager = {
defaultSession = "plasma";
autoLogin.user = "elitherl";
};
system.autoUpgrade = {
enable = false;
allowReboot = false;

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
imports = [../../home/work.nix ../../home/gui ../../home/desktop/picom.nix];
imports = [../../home/work.nix ../../home/gui ../../home/desktop/hyprland.nix];
home.username = "elitherl";
home.homeDirectory = "/home/elitherl";
home.stateVersion = "22.11";
@ -11,7 +11,9 @@
zoom-us
];
wayland.windowManager.hyprland.extraConfig = ''source=./common.conf '';
wayland.windowManager.hyprland.extraConfig = ''source=./common.conf
monitor=eDP-1,preferred,auto,1.00
'';
programs.waybar.settings.main = {
"modules-left" = ["wlr/workspaces"];
"modules-center" = ["clock"];