remove dedicated env module
This commit is contained in:
parent
56bcece8c1
commit
faa530f54f
3 changed files with 12 additions and 11 deletions
|
|
@ -12,7 +12,6 @@
|
|||
../../modules/rsync.nix
|
||||
../../modules/btop.nix
|
||||
../../modules/fonts.nix
|
||||
../../modules/env.nix
|
||||
];
|
||||
|
||||
home.username = "yanlin";
|
||||
|
|
@ -22,6 +21,12 @@
|
|||
programs.home-manager.enable = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
silent = true;
|
||||
};
|
||||
|
||||
# nixOS-specific alias
|
||||
programs.zsh.shellAliases = {
|
||||
oss = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue