Disable plymouth, add theming to lightdm
Switch grim+slurp for watershot Remove xdg-desktop-portal-gtk, use hyprland implementation only
This commit is contained in:
parent
c740f8b101
commit
78f614bd7b
|
@ -118,7 +118,7 @@ in ''
|
||||||
bind = SUPER ALT, G, exec, [workspace 9] steam
|
bind = SUPER ALT, G, exec, [workspace 9] steam
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
bind=,Print,exec,${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp)"
|
bind=,Print,exec,watershot
|
||||||
bind=,XF86Calculator,exec,pkill anyrun || anyrun
|
bind=,XF86Calculator,exec,pkill anyrun || anyrun
|
||||||
|
|
||||||
# Sound
|
# Sound
|
||||||
|
|
|
@ -25,7 +25,6 @@ in {
|
||||||
"steam-run"
|
"steam-run"
|
||||||
"nomachine-client"
|
"nomachine-client"
|
||||||
];
|
];
|
||||||
boot.plymouth.enable = true;
|
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
nameservers = [ "9.9.9.9" ];
|
nameservers = [ "9.9.9.9" ];
|
||||||
|
|
|
@ -96,7 +96,20 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
layout = "gb";
|
layout = "gb";
|
||||||
xkbVariant = "";
|
xkbVariant = "";
|
||||||
displayManager.lightdm.enable = true;
|
displayManager.lightdm = {
|
||||||
|
enable = true;
|
||||||
|
greeters.gtk = {
|
||||||
|
enable = true;
|
||||||
|
cursorTheme = {
|
||||||
|
package = pkgs.catppuccin-cursors.macchiatoLavender;
|
||||||
|
name = "Catppuccin-Macchiato-Lavender-Cursors";
|
||||||
|
};
|
||||||
|
iconTheme = {
|
||||||
|
package = pkgs.papirus-icon-theme;
|
||||||
|
name = "Papirus-Dark";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
watershot.packages.${pkgs.system}.default
|
watershot.packages.${pkgs.system}.default
|
||||||
grim
|
grim
|
||||||
slurp
|
|
||||||
swayimg
|
swayimg
|
||||||
pamixer
|
pamixer
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
@ -33,10 +32,7 @@
|
||||||
tumbler.enable = true;
|
tumbler.enable = true;
|
||||||
xserver.displayManager.defaultSession = "hyprland";
|
xserver.displayManager.defaultSession = "hyprland";
|
||||||
};
|
};
|
||||||
xdg.portal = {
|
xdg.portal.enable = true;
|
||||||
enable = true;
|
|
||||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
|
||||||
};
|
|
||||||
programs = {
|
programs = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue