home/natto: split wayland.nix

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-29 19:39:56 +05:30
parent 5a9ff77a29
commit 9baf54ef33
7 changed files with 86 additions and 67 deletions

View File

@@ -1,8 +1,4 @@
{ config, ... }:
{ ... }:
{
programs = {
home-manager.enable = true;
password-store.enable = true;
direnv.enable = true;
};
programs.direnv.enable = true;
}