nix-config/nix/home/opdavies/desktop.nix
Oliver Davies 69a397e624 Move Nix files into a nix directory
Move everything from `config` to the root level.
2024-11-21 08:56:12 +00:00

18 lines
404 B
Nix

{
config,
inputs,
pkgs,
username,
}:
{
imports = [
../../modules/home-manager/alacritty.nix
../../modules/home-manager/copyq.nix
../../modules/home-manager/bluetuith.nix
../../modules/home-manager/espanso.nix
../../modules/home-manager/gtk.nix
../../modules/home-manager/flameshot.nix
../../modules/home-manager/gtk.nix
../../modules/home-manager/mpv.nix
];
}