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; [
|
fonts.packages = with pkgs; [
|
||||||
intel-one-mono
|
intel-one-mono
|
||||||
noto-fonts
|
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
|
# 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;
|
displayManager.gdm.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Greetd with tuigreet is lightweight and Wayland-native
|
# Greetd is lightweight and Wayland-native
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.default_session = {
|
settings.default_session = {
|
||||||
command = "tuigreet --cmd Hyprland";
|
user = "schulze";
|
||||||
user = "greeter";
|
command = "$SHELL -l";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -22,18 +22,26 @@
|
|||||||
|
|
||||||
# Hyprland is your new desktop
|
# Hyprland is your new desktop
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
|
programs.hyprland.withUWSM = true;
|
||||||
programs.dconf.profiles.user.databases = [
|
programs.regreet.enable = true;
|
||||||
{
|
programs.dconf = {
|
||||||
settings."org/gnome/desktop/interface" = {
|
enable = true;
|
||||||
gtk-theme = "Gruvbox-Dark-B";
|
profiles.user.databases = [
|
||||||
icon-theme = "Flat-Remix-Red-Dark";
|
{
|
||||||
font-name = "Noto Sans Medium 11";
|
settings."org/gnome/desktop/interface" = {
|
||||||
document-font-name = "Noto Sans Medium 11";
|
gtk-theme = "Gruvbox-Dark-B";
|
||||||
monospace-font-name = "Intel One Mono Medium 11";
|
icon-theme = "Flat-Remix-Red-Dark";
|
||||||
};
|
font-name = "Noto Sans Medium 11";
|
||||||
}
|
document-font-name = "Noto Sans Medium 11";
|
||||||
];
|
monospace-font-name = "Intel One Mono Medium 11";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
wlr.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
GTK_THEME = "Gruvbox-Dark-B"; # or whatever your installed variant is called
|
GTK_THEME = "Gruvbox-Dark-B"; # or whatever your installed variant is called
|
||||||
|
Reference in New Issue
Block a user