home: setup x cursor module

This commit is contained in:
Antoine Martin 2021-04-21 18:53:21 +02:00
parent 28e08c817e
commit 36d8b273b7
3 changed files with 19 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [
./cursor.nix
./i3.nix
./i3bar.nix
];