small zshrc updates
This commit is contained in:
parent
a2f3b33514
commit
6b7a2d1269
2 changed files with 11 additions and 27 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue