Remove sddm from hyprland, set keybinds back to wezterm
This commit is contained in:
parent
92062ff584
commit
cb7001e7c3
|
@ -1,5 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./sddm.nix];
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
waybar = super.waybar.overrideAttrs (oldAttrs: {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue