150 current 2025-06-11 19:48:35 25.05.20250606.70c74b0 6.15.1 *
This commit is contained in:
@ -106,6 +106,7 @@
|
||||
fonts.packages = with pkgs; [
|
||||
intel-one-mono
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
];
|
||||
|
||||
# This improves touchscreen support and enables additional touchpad gestures. It also enables smooth scrolling as opposed to the stepped scrolling that Firefox has by default
|
||||
|
@ -6,12 +6,12 @@
|
||||
displayManager.gdm.enable = false;
|
||||
};
|
||||
|
||||
# Greetd with tuigreet is lightweight and Wayland-native
|
||||
# Greetd is lightweight and Wayland-native
|
||||
greetd = {
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "tuigreet --cmd Hyprland";
|
||||
user = "greeter";
|
||||
user = "schulze";
|
||||
command = "$SHELL -l";
|
||||
};
|
||||
};
|
||||
|
||||
@ -22,8 +22,11 @@
|
||||
|
||||
# Hyprland is your new desktop
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
programs.dconf.profiles.user.databases = [
|
||||
programs.hyprland.withUWSM = true;
|
||||
programs.regreet.enable = true;
|
||||
programs.dconf = {
|
||||
enable = true;
|
||||
profiles.user.databases = [
|
||||
{
|
||||
settings."org/gnome/desktop/interface" = {
|
||||
gtk-theme = "Gruvbox-Dark-B";
|
||||
@ -34,6 +37,11 @@
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
GTK_THEME = "Gruvbox-Dark-B"; # or whatever your installed variant is called
|
||||
|
Reference in New Issue
Block a user