small zshrc updates

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

View file

@ -1,5 +1,3 @@
{ config,
nixosConfig,
pkgs,
@ -9,22 +7,15 @@
{
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";
}