nix-dotfiles/hmModules/services/default.nix

14 lines
144 B
Nix

{ config, pkgs, ... }:
{
imports = [
./dunst
./home
./manpages
./ssh
./timers
./trash
./wal
./widgets
];
}