moved nixos folder to main folder.
This commit is contained in:
parent
c66025b32c
commit
3ded20e880
274 changed files with 17 additions and 17 deletions
components/gui/home-manager
11
components/gui/home-manager/default.nix
Normal file
11
components/gui/home-manager/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
with lib;
|
||||
{
|
||||
|
||||
config = mkIf config.components.gui.enable {
|
||||
|
||||
# don't run autoload -U compinit && compinit before ~/.zshrc
|
||||
programs.zsh.enableGlobalCompInit = false;
|
||||
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue