forked from stitchy/dotfiles
30 lines
463 B
Nix
30 lines
463 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";
|
|
}
|