feat(nix): extend wayland with sway setup

This commit is contained in:
steveej 2023-05-23 18:11:30 +02:00
parent 2da1181445
commit 6970b8c7d2
27 changed files with 867 additions and 516 deletions

View file

@ -1,4 +1,8 @@
{lib, ...}: {
{lib, pkgs, ...}: {
home.packages = [
pkgs.gcr
];
programs.gpg.enable = true;
services.gpg-agent = {
enable = true;