Bi-Weekly Update: Added Packages, modified TUIGreet, etc

This commit is contained in:
KaitoTLex 2025-05-13 20:59:43 -07:00
parent 80b1de75a8
commit 944cebb04d
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77
6 changed files with 47 additions and 43 deletions

View file

@ -6,7 +6,7 @@
stylix = {
enable = true;
image = "${inputs.wallpapers}/math/fastInversNord.png";
image = "${inputs.wallpapers}/anime/mafuyuMum.jpg";
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/heetch.yaml";

View file

@ -4,7 +4,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway --remember --greeting 'Access is restricted to authorized personnel only.'";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland --remember --asterisks --greeting 'Access granted for those who don't touch grass'";
user = "greeter";
};
};