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