add greetd.nix

This commit is contained in:
2023-08-07 21:12:17 +02:00
parent 1741067800
commit 718220bc41
11 changed files with 329 additions and 358 deletions

View File

@@ -1,8 +1,11 @@
{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
brightnessctl
git
neofetch
swww
tree
wget
wl-clipboard
];
}