dotfiles/users/modules/default.nix

10 lines
145 B
Nix
Raw Normal View History

{ input, pkgs, config, ... }:
{
# Set the state version
home.stateVersion = "24.05";
imports = [
./tools/zathura/default.nix
];
}