vinheim: disable plasma and add dunst
This commit is contained in:
parent
92bcafc877
commit
e03d7ff861
@ -43,8 +43,6 @@
|
|||||||
config.cudaSupport = false;
|
config.cudaSupport = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.desktopManager.plasma6.enable = true;
|
|
||||||
|
|
||||||
services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
|
@ -81,16 +81,16 @@ in {
|
|||||||
tree
|
tree
|
||||||
bonPkgs.bonvim
|
bonPkgs.bonvim
|
||||||
|
|
||||||
kdePackages.kmail
|
# kdePackages.kmail
|
||||||
kdePackages.kmail-account-wizard
|
# kdePackages.kmail-account-wizard
|
||||||
kdePackages.krdc
|
# kdePackages.krdc
|
||||||
|
|
||||||
lazydocker
|
lazydocker
|
||||||
docker-compose
|
docker-compose
|
||||||
podman-compose
|
podman-compose
|
||||||
dive
|
dive
|
||||||
|
|
||||||
kdePackages.ksshaskpass
|
# kdePackages.ksshaskpass
|
||||||
|
|
||||||
dbeaver-bin
|
dbeaver-bin
|
||||||
|
|
||||||
@ -103,6 +103,7 @@ in {
|
|||||||
repgrep
|
repgrep
|
||||||
serpl
|
serpl
|
||||||
delta
|
delta
|
||||||
|
rainfrog
|
||||||
|
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
];
|
];
|
||||||
@ -111,13 +112,15 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
configPackages = with pkgs; [
|
configPackages = with pkgs; [
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
kdePackages.xdg-desktop-portal-kde
|
|
||||||
];
|
];
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
|
kdePackages.xdg-desktop-portal-kde
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.dunst.enable = true;
|
||||||
|
|
||||||
programs.hyprlock = {
|
programs.hyprlock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
@ -191,8 +194,8 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"nm-applet --indicator &"
|
# "nm-applet --indicator &"
|
||||||
"blueman-applet &"
|
# "blueman-applet &"
|
||||||
"wl-gammarelay-rs run &"
|
"wl-gammarelay-rs run &"
|
||||||
"systemctl --user start hypridle"
|
"systemctl --user start hypridle"
|
||||||
"wl-paste --type text --watch cliphist store" #Stores only text data
|
"wl-paste --type text --watch cliphist store" #Stores only text data
|
||||||
@ -309,11 +312,11 @@ in {
|
|||||||
"SUPER, Q, exec, $terminal"
|
"SUPER, Q, exec, $terminal"
|
||||||
"SUPER, N, exec, $fileManager"
|
"SUPER, N, exec, $fileManager"
|
||||||
"SUPER, R, exec, $menu"
|
"SUPER, R, exec, $menu"
|
||||||
"SUPER, X, exec, ags -t clock"
|
# "SUPER, X, exec, ags -t clock"
|
||||||
"SUPER, X, exec, ags -t control"
|
# "SUPER, X, exec, ags -t control"
|
||||||
"SUPER, X, exec, ags -t systray"
|
# "SUPER, X, exec, ags -t systray"
|
||||||
"SUPER, X, exec, ags -t workspaces"
|
# "SUPER, X, exec, ags -t workspaces"
|
||||||
"SUPER, X, exec, ags -t window-title"
|
# "SUPER, X, exec, ags -t window-title"
|
||||||
|
|
||||||
"SUPER, L, exec, hyprlock --immediate"
|
"SUPER, L, exec, hyprlock --immediate"
|
||||||
|
|
||||||
@ -359,8 +362,8 @@ in {
|
|||||||
"SUPER SHIFT, S, movetoworkspace, special:magic"
|
"SUPER SHIFT, S, movetoworkspace, special:magic"
|
||||||
|
|
||||||
"SUPER, SPACE, exec, hyprctl switchxkblayout keychron-keychron-k3-pro next"
|
"SUPER, SPACE, exec, hyprctl switchxkblayout keychron-keychron-k3-pro next"
|
||||||
", PRINT, exec, hyprshot --freeze --mode region"
|
", PRINT, exec, ${pkgs.hyprshot}/bin/hyprshot --freeze --mode region"
|
||||||
"CTRL, PRINT, exec, hyprshot --freeze --mode output"
|
"CTRL, PRINT, exec, ${pkgs.hyprshot}/bin/hyprshot --freeze --mode output"
|
||||||
"SUPER, H, exec, ${pkgs.cliphist}/bin/cliphist list | ${pkgs.rofi}/bin/rofi -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"
|
"SUPER, H, exec, ${pkgs.cliphist}/bin/cliphist list | ${pkgs.rofi}/bin/rofi -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"
|
||||||
];
|
];
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user