fixe spacenavd, new wallpaper

This commit is contained in:
Jade 2023-03-20 23:40:08 +01:00
commit 25c81ef9e8
7 changed files with 35 additions and 17 deletions

View file

@ -0,0 +1,6 @@
{ config, lib, pkgs, ... }:
{
imports = [
./spacenav.nix
];
}