dotfiles/users/nyadmin/home.nix
2024-01-24 06:37:57 +00:00

30 lines
462 B
Nix

{ config,
nixosConfig,
pkgs,
inputs,
home-manager,
... }:
{
imports = [
#inputs.nix-index-db.hmModules.nix-index
];
# systemd.user.services.mailsync = {
#}
home.packages = with pkgs; [
];
#programs.hyprland.enable = true;
# hyprland.homeManagerModules.default
#wayland.windowManager.hyprland.enable = true;
# Read the Docs before change
home.stateVersion = "23.05";
#home.homeDirectory = "/home/stitchynyan";
}