greetd: use proper package for greetd

This commit is contained in:
DashieTM 2024-05-12 23:29:35 +02:00
parent 52d35e019d
commit 4d957a817a
23 changed files with 484 additions and 373 deletions

View file

@ -2,9 +2,10 @@
{
imports = [
../../modules/gamemode.nix
../../modules/boot_params.nix
];
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.kernelParams = [
programs.boot.boot_params = [
"amdgpu.ppfeaturemask=0xffffffff"
];
networking.hostName = "marmo";