Remove sddm from hyprland, set keybinds back to wezterm
This commit is contained in:
parent
92062ff584
commit
cb7001e7c3
|
@ -1,5 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./sddm.nix];
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
waybar = super.waybar.overrideAttrs (oldAttrs: {
|
waybar = super.waybar.overrideAttrs (oldAttrs: {
|
||||||
|
|
|
@ -91,8 +91,7 @@ in {
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
# bind = SUPER, Return, exec, wezterm
|
bind = SUPER, Return, exec, wezterm
|
||||||
bind = SUPER, Return, exec, kitty
|
|
||||||
bind = SUPER, Q, killactive,
|
bind = SUPER, Q, killactive,
|
||||||
bind = SUPER, E, exec, power-profiles
|
bind = SUPER, E, exec, power-profiles
|
||||||
bind = SUPER, P, exec, powermenu
|
bind = SUPER, P, exec, powermenu
|
||||||
|
|
|
@ -4,15 +4,11 @@
|
||||||
../../hardware/audio.nix
|
../../hardware/audio.nix
|
||||||
../../hardware/bluetooth.nix
|
../../hardware/bluetooth.nix
|
||||||
../../locales/en_GB.nix
|
../../locales/en_GB.nix
|
||||||
../../desktop/plasma.nix
|
../../desktop/hyprland.nix
|
||||||
../../services/syncthing/J0162.nix
|
../../services/syncthing/J0162.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "J0162"; # Define your hostname.
|
networking.hostName = "J0162"; # Define your hostname.
|
||||||
services.xserver.displayManager = {
|
|
||||||
defaultSession = "plasma";
|
|
||||||
autoLogin.user = "elitherl";
|
|
||||||
};
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = false;
|
enable = false;
|
||||||
allowReboot = false;
|
allowReboot = false;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{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.username = "elitherl";
|
||||||
home.homeDirectory = "/home/elitherl";
|
home.homeDirectory = "/home/elitherl";
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
@ -11,7 +11,9 @@
|
||||||
zoom-us
|
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 = {
|
programs.waybar.settings.main = {
|
||||||
"modules-left" = ["wlr/workspaces"];
|
"modules-left" = ["wlr/workspaces"];
|
||||||
"modules-center" = ["clock"];
|
"modules-center" = ["clock"];
|
||||||
|
|
Loading…
Reference in a new issue