nix-config/users/common/default.nix

16 lines
215 B
Nix

{
imports = [
./shells/alias.nix
./shells/zsh
./shells/pager.nix
./programs/gpg.nix
./programs/htop.nix
];
programs.bat.enable = true;
nixpkgs.config = {
allowUnfree = true;
};
}