small zshrc updates

This commit is contained in:
stitchy 2024-03-27 03:56:49 +00:00
parent a2f3b33514
commit 6b7a2d1269
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 11 additions and 27 deletions

View file

@ -1,30 +1,22 @@
{ config,
nixosConfig,
pkgs,
lib,
inputs,
home-manager,
... }:
{
imports = [
#inputs.nix-index-db.hmModules.nix-index
];
home.packages = lib.attrVals [
#"placeholder"
] pkgs;
# systemd.user.services.mailsync = {
home.file = {
".zshrc".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/zshrc";
};
#}
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";
home.homeDirectory = "/home/nyadmin";
}