Added greetd and tuigreet.

This commit is contained in:
vorboyvo 2024-12-30 21:46:31 -05:00
parent 257bfd61b6
commit a31feb1852

View file

@ -158,12 +158,22 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# neovim # neovim
greetd.tuigreet
ntfs3g ntfs3g
kakoune kakoune
git git
gay # very important, do not remove gay # very important, do not remove
]; ];
services.greetd = {
enable = true;
settings = {
default_session = {
command = "${pkgs.lib.getExe pkgs.greetd.tuigreet} --cmd 'zsh -c sway'";
};
};
};
# Add Steam, which cannot be installed through home manager (boo!) # Add Steam, which cannot be installed through home manager (boo!)
programs.steam = { programs.steam = {
enable = true; enable = true;