Changed Desktop

This commit is contained in:
2025-09-10 11:48:22 +02:00
parent 6804d95a08
commit d099faf68a
4591 changed files with 1612898 additions and 51 deletions

View File

@@ -1,6 +1,4 @@
{
pkgs,
username,
lib,
...
}:
@@ -17,16 +15,30 @@
};
*/
services.displayManager = {
sessionPackages = [ pkgs.hyprland ];
};
environment.etc = {
"greetd/background.png".source = ../../wallpapers/lucy_with_cat.png;
"greetd/environments".text = ''
hyprland
fish
'';
/*
"greetd/wayland-sessions/hyprland.desktop".text = ''
[Desktop Entry]
Name=Hyprland
Comment=Hyprland WM
Exec=Hyprland
Type=Application
'';
"greetd/wayland-sessions/niri.desktop".text = ''
[Desktop Entry]
Name=Niri
Comment=Hyprland WM
Exec=niri
Type=Application
'';
*/
};
programs.regreet = {
@@ -47,7 +59,7 @@
GTK = {
application_prefer_dark_theme = true;
cursor_theme_name = "Adwaita";
font_name = lib.mkForce "FiraCodeNerdFontPropo 12";
font_name = lib.mkForce "FiraCodeNerdFontProto 12";
icon_theme_name = lib.mkForce "materialdesignicons";
theme_name = "Adwaita";
};