nix: move joshuto to shared homeModules

This commit is contained in:
Primrose 2024-08-08 12:55:14 +02:00
parent a6a2e3c98a
commit c859cdfecf
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 3 additions and 6 deletions

View file

@ -5,10 +5,7 @@ let
in
{
imports = [
./browser.nix
./joshuto
];
imports = [ ./browser.nix ];
home.pointerCursor = {
x11.enable = true;