dotfiles/lib/nixos/home-manager/desktop.nix
Oliver Davies 92cecef02c Remove feh and nitrogen
Go back to the default awesome WM wallpaper.
2024-08-15 21:22:55 +01:00

19 lines
276 B
Nix

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