nix: basic joshuto configuration

This commit is contained in:
Primrose 2024-08-08 12:26:40 +02:00
parent 86daddba7e
commit a8794a8ebe
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
7 changed files with 851 additions and 1 deletions

View file

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